Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1184848
    armintz
    Participant

    i’m wondering why the height of the breadcrumb area increases when the window is below 980 pixels? how can i prevent this, or at least keep the breadcrumb links vertically centered (like they are when the browser width is above 980 pixels).

    you’ll see on the first attachment how it looks above 980 pixels, and alternatively how it looks below 980 pixels on the second screenshot.

    i’m using integrity. will send a private reply with login (password protected)

    thank you

    #1184854
    armintz
    Participant
    This reply has been marked as private.
    #1184930
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    @media screen and (max-width: 979px){
    .x-breadcrumb-wrap {
        padding-top: 10px !important;
    }
    }

    Let us know how this goes!

    #1184940
    armintz
    Participant

    perfect, thanks.

    #1185040
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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