• First of all I just want to say I love this theme. However, is there anyway to change the default width of pages? I would like it to be a full width page.

Viewing 1 replies (of 1 total)
  • Hey there FoodMenuGuru,

    Hope you’re well today!

    Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    https://www.ads-software.com/plugins/simple-custom-css

    @media only screen and (min-width: 90rem) {
    .secondary-sidebar-active .primary-content .primary-content-cr {
    margin-left: initial;
    margin-right: initial;
    padding-left: 200px;
    max-width: 77rem;
    }
    }

    This should increase the width of the page on desktop resolutions.

    Hope this helps ??

    Best regards,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘Page Width?’ is closed to new replies.