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

    Hi
    I am using a fullwidth Sub Menu with around 40 menu items so it creates two rows. That’s all fine except that when a sub level dropdown is revealed on an item in the top row the drop down is displayed behind the bottom row of the menu, so the first items in the drop down are obscured. Is there a way to make the drop down display over the top?

    many thanks
    Peter

    #593395

    Hey envapk2!

    We are working on your ticket please wait while we update the results here soon.

    Please add the below code to your child theme or in Quick CSS

    .sub-menu{
    	z-index:9999!important;
    }
    

    Regards,
    Vinay Kashyap

    #596264

    Hi Vinay

    That’s great, many thanks

    Peter

    #596762

    Hi,

    Glad we could help :-)

    Best regards,
    Rikard

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