Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #861042

    cvanceiac
    Participant

    My top navbar is fixed throughout my site and even on my woocommerce product pages. However on my woocommerce category pages my navbar is not fixing when scrolling down the page.

    I’ve tried adding this code:

    .x-navbar {
    position: fixed !important;
    }

    While it technically fixed the navbar it made it align to the left side of the page a bit and look strange.

    I then tried adding this code

    .x-navbar-fixed-top {
    position: fixed !important;
    }

    and it did nothing.

    #861794

    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    To assist you with this issue, we’ll first need you to provide 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.

    #862530

    cvanceiac
    Participant
    This reply has been marked as private.
    #863220

    Jade
    Moderator

    Hi there,

    Thanks for the details! First of all you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Especially try disabling your caching plugins and minifications.

    Let us know how it goes.