Home › Forums › Theme support › Full-Width for Theme Roxanne › Reply To: Full-Width for Theme Roxanne
Hi,
no, there is no option to make the theme full-width. You can try this CSS code:
#page {
max-width:100% !important;
}
This will make the complete theme full-width.