Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1364678
    Chgrim
    Participant

    Hi,

    I have this page https://www.topdownreviews.com/test11/

    I am trying to get the green section to go from the left side all the way to touch the sidebar.

    Thanks
    Chris

    #1365167
    Friech
    Moderator

    Hi Chris,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .single-post .entry-wrap > .x-container.max.width {
    	max-width: none;
        width: 100%;
    }
    .single-post .entry-wrap > .x-container.max.width .entry-content {
    	padding-left: 0;
    	padding-right: 0;
    }

    Hope it helps, Cheers!

    #1365283
    Chgrim
    Participant

    That worked!

    Thanks so much

    #1365437
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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