Home Forums WoodMart support forum Sorting Dropdown Has Priority Over Menus

Sorting Dropdown Has Priority Over Menus

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #37254

    tekhnologica
    Participant

    The “sort by” dropdown menu on the shop page appears to have display priority over other elements that open above it, namely the cart menu and main menu. The sort by menu will appear above those elements, and when you attempt to hover over a menu or cart item, it will close the menu/cart. How can I set the display for the sort by dropdown to a lower priority?

    #37295

    Artem Temos
    Keymaster

    Hi,

    Please, provide us a screenshot of this problem for better understanding.

    Regards

    #37327

    tekhnologica
    Participant

    Here is a snapshot.

    #37328

    tekhnologica
    Participant

    Okay that picture was only a little over 1MB and apparently it was too big. I’ve re-attached a JPG. Thanks.

    Attachments:
    You must be logged in to view attached files.
    #37330

    tekhnologica
    Participant

    Basically, the sorting dropdown shouldn’t appear over menus (like the cart). Is there a way to change this behavior?

    #37356

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woodmart-shop-tools .woocommerce-ordering {
    	z-index: 10;
    }

    Regards

    #37381

    tekhnologica
    Participant

    Much better; thanks!

    #37384

    Artem Temos
    Keymaster

    Great, you are welcome.

Viewing 8 posts - 1 through 8 (of 8 total)