Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #78034
    Alexander
    Member

    How do I increase the width of a page so that it is filling the full screen?
    Home page

    #78050
    Sakin
    Keymaster

    @Alexander: If you just want Full Width layout then you can go to “Appearance => Customize => Theme Options => Layout Options” and in “Default Layout” you need to select “No Sidebar, Full Width”, also you can edit this layout in individual page and post using Catch Adaptive Options metabox layout options.

    But if this full width is not enough, then you need to increase wrapper, for that you can add the following css in “Appearance => Customize => Theme Options => Custom CSS Options” box:

    .wrapper { width: 100%; }

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Increase width of page to fit full screen’ is closed to new replies.