• I want to adopt my page for widescreen usage, and would like to expand the width of the entire site, for the entire template.

    I have some CSS experience, but was wondering if there’s an easy way to do this?

Viewing 1 replies (of 1 total)
  • Theme Author Sami Keijonen

    (@samikeijonen)

    You can try this in child theme style.css

    #menu-primary .wrap, #menu-secondary .wrap, #main .wrap, #header, #sidebar-subsidiary .wrap, #menu-subsidiary .wrap {
        max-width: 68em;
    }

    Some parts of the theme might not work as they should be (like slider) but test that out.

Viewing 1 replies (of 1 total)
  • The topic ‘Increasing width for entire site’ is closed to new replies.