[Resolved] Search and basket swapping places on sticky menu from main nav

Home Forums Support [Resolved] Search and basket swapping places on sticky menu from main nav

Home Forums Support Search and basket swapping places on sticky menu from main nav

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1147980
    Matt

    Hey,

    The search icon and the basket icon are swapping places on the main nav to the sticky nav.

    I can’t work out where I need to sort this? Thanks in advance.

    #1148281
    David
    Staff
    Customer Support

    Hi there,

    how odd…. seems like CSS order has got a bit messed up.
    Add this CSS to stop that from happening:

    .main-navigation li.wc-menu-item {
        float: right !important; 
    }
    #1148311
    Matt

    Awesome, that’s done the trick. Thanks for that.

    #1148314
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.