Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1026196
    jessecapps
    Participant

    Hey!

    I would like to change my container size to 98% instead of the standard 88%. I am using integrity stack with the full width page templates.

    I figured out how to do it a few weeks ago, but now that I updated the theme I can’t remember what css I changed.

    http://www.jessecappsphoto.com/weddings

    Thank you!

    #1026556
    Thai
    Moderator

    Hi There,

    Please try with this CSS:

    .page-id-6645 #top .x-container.max.width.offset {
        width: 98%
    }

    Hope it helps 🙂

    #1026691
    jessecapps
    Participant

    Will this work for my entire website? Do I add it to the “Custom CSS” section or edit a stylesheet?

    #1027254
    Rue Nel
    Moderator

    Hello There,

    If you want to apply the css on the Weddings page, you need to edit the Weddings page and insert the custom css in the settings tab, Settings > Custom CSS. And if ever you would like to apply the code in the entire website, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)

    body #top .x-container.max.width.offset {
        width: 98%;
    }

    Hope this helps. Kindly let us know.

  • <script> jQuery(function($){ $("#no-reply-1026196 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>