• Resolved SusanEE

    (@susanee)


    I am using the theme, Adventure. My default page is “no sidebar (remove widgets too)”. The only way to achieve no sidebar is to remove the widgets from a page. I have done so on several pages. When the sidebar is removed, the content box stays the same width. I want to widen the content box on the pages that do not have a sidebar.

    I am using a child theme.

    my website is https://www.yosemite-bound.com

    Thanks,

    Susan

Viewing 1 replies (of 1 total)
  • Thread Starter SusanEE

    (@susanee)

    I found the answer to adjusting the content box to the desired width when there is no sidebar. It is really quite simple.

    1. In style.css search for: .no_sidebar .content_fix {

    2. Between these two lines: float:none;
    margin:0 auto 2.25em;}

    insert this line, changing the 90% to your desired width:

    width:90%;

    That’s it!
    Susan

Viewing 1 replies (of 1 total)
  • The topic ‘[Theme:Adventure] Widen content box on pages with no sidebar’ is closed to new replies.