Menu Dropdown Items Appearing Under Other Page Furniture - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Menu Dropdown Items Appearing Under Other Page Furniture

HB

Howard Betsworth

Template 2 years ago

I'm assuming this is a template issue. If I create subordinate menu items, either using mega menu or not, when they appear they are behind other items, in this case the title position. I've tried using a text title and as now, one by SP Pagebuilder but it's the same. Would changing the z-index value fix this and if so, how do I do this? Where do I add the changes?

I could upload an image if that were possible but can't add a link as the website is being developed and the server is often turned off. Happy to post one though.

Using Joomla 4.3.1 with Helix Ultimate 2.0.12.

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #116511

Hi

Thanks for contacting us. Could you please give me your site URL and also screenshot of your issue?

-Regards.

0
HB
Howard Betsworth
Accepted Answer
2 years ago #116547

Development site here https://bwyta.co.uk Using a desktop environment you can clearly see my issue by selecting the one menu item with sub items which is called Other and you'll see what I've described.

https://bwyta.co.uk/tmp/6985.jpg

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #116638

Use this custom CSS

.sp-dropdown.sp-dropdown-main.sp-menu-right {
    background: white !important;
}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

0