Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #859114

    highlandadventures
    Participant

    Hi..if i choose a sticky menu, the breadcrumbs areas does not show in full. do i need to adjust it with a CSS? It actually, the breadcrumbs areas dissaperar if i choose fixed top menu. I like to have a fixed top menu with breadcrumbs at least when user loads the page.

    #859772

    John Ezra
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, would you mind providing us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything. Thanks!

    #859883

    highlandadventures
    Participant
    This reply has been marked as private.
    #860237

    Paul R
    Moderator

    Hi,

    The login you provided doesn’t seem to work.

    You can try adding this under Custom > CSS in the Customizer.

    
    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: 90px;
    }
    

    You may change 90px to make your breadcrumbs visible.

    Hope that helps.