Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180153
    skirttheceiling
    Participant

    I have renew theme #2 and I want to decrease the width of my side bar

    #1180171
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-renew .x-main {
        width: 76%;
    }
    .x-renew .x-sidebar {
        width: 20%;
    }

    Hope it helps 🙂

    #1210039
    skirttheceiling
    Participant

    Hi,

    When i added the code it worked but it also shrunk my home page main section down to 76%…is there a way that this only applies to pages that have sidebars?

    #1210126
    Joao
    Moderator

    Hi There,

    Please add the following code instead:

    .page-template-template-layout-content-sidebar .x-main {
        width: 76%;
    }
    .page-template-template-layout-content-sidebar .x-sidebar {
        width: 20%;
    }

    Hope it helps,

    If that does not work please provide your URL.

    Thanks

    Joao

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