Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #989744
    Serhat U
    Participant

    Hello,

    Make sure I’ve searched the forum and even Google but had no luck!

    I’d like to reduce the gap shown in the attached screenshot.

    My web site is: downloads.nbastuffer.com

    Thanks,
    Serhat

    #989938
    Joao
    Moderator

    Hi Serhat,

    Please add the following code to your Appereance / Customizer / Custom / CSS

    
    .x-breadcrumb-wrap {
    
    padding: 10px;
    
    }

    Adjust the value 10px according to your wishes.

    Hope that helps,

    Joao

    #990929
    Serhat U
    Participant

    Hi Joao,

    Your suggestion worked for just adjusting the breadcrumb height.

    What I’d like to do is; reducing the gap between breadcrumb’s bottom border and page’s top border. Please take a look at screenshot again that I sent previously.

    #990971
    Friech
    Moderator

    Hi Serhat,

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

    .x-container-fluid.max.width.offset.cf {
        margin-top: 0;
    }

    Hope it helps, Cheers!

    #991106
    Serhat U
    Participant

    Thank you Friech.

    #991110
    Nabeel A
    Moderator

    Glad we could help 🙂

    Cheers!

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