Home Forums Theme support Full-Width for Theme Roxanne

This topic contains 1 reply, has 2 voices, and was last updated by  7Theme Support 5 years, 7 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Where in the options, i can set the look of the theme roxanne from Block to full-width layout?
    So the slider show in full-width. I already put in the
    Extra CSS Content

    #cycle_header, #smoothslider {
    padding:0;
    }

    .slideshow_cycle_container {
    border:0px none;
    }

    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.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.