Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1372668
    sovann
    Participant

    I want to remove some space entire of site.

    Kindly see screenshot: http://prnt.sc/e9a2ei or example in blog page: http://www.mysovann.com/blog/

    Please help ASAP.

    Thank you,
    Sovann

    #1373069
    Prasant Rai
    Moderator

    Hello Sovann,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-container.max.width.offset {
        width: 95%;
    }

    Thanks.

    #1373106
    sovann
    Participant
    This reply has been marked as private.
    #1373210
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! The given code should have work. When I view the page, this is what I am seeing: http://prntscr.com/e9dtpq

    Are you using a caching plugin or minification plugin? I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.

    Please let us know how it goes.

    #1373262
    sovann
    Participant

    It works.

    How can i remove these spaces. See attached screenshot.

    Thanks

    #1373341
    Paul R
    Moderator

    Hi,

    To remove the spaces, you can add this under Custom > Edit Global CSS in the Customizer.

    
    
    .x-navbar .x-container.width {
        width: 100%;
    }
    
    .x-main {
        width: 65%;
    }
    
    .x-sidebar {
        width: 35%;
    }
    

    Hope that helps.

    #1373459
    sovann
    Participant

    It works.

    Thank so much.

    #1373643
    Rahul
    Moderator

    Glad we were able to help you out.

    If you have anything further to ask, kindly let us know. We’d be happy to assist you with anything.

    Thank you. 🙂

    #1397772
    sovann
    Participant

    Hi There,

    How can i remove left and right space of top navigation bar?
    Kindly see attached screenshot for your reference.

    Thank you

    #1397857
    Darshana
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    
    .x-topbar-inner.x-container {
        margin-left: 0;
        margin-right: 0;
    }
    
    .x-topbar-inner.x-container.max.width {
        width: 100%;
    }
    

    Hope that helps.

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