Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1342151
    Chgrim
    Participant

    Hi,

    https://www.couponsuck.com/ I don’t want a sidebar on this home page.

    I used the code

    .archive.category .x-main {
    width: 100%;
    }
    .archive.category .x-sidebar {
    display: none;
    }

    but that didn’t seem to work. How do I remove the side bar from this page?

    Thanks
    Chris

    #1342266
    Jade
    Moderator

    Hi Chris,

    Please add this code:

    
    .home.blog {
        padding-right: 0;
    }

    Hope this helps.

    #1342552
    Chgrim
    Participant

    That worked! Thanks

    #1342561
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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