Module Dropdowns Go Behind Lower Module - Question | JoomShaper

Module Dropdowns Go Behind Lower Module

J

joe

Helix Framework 2 years ago

I am not sure if this is a Helix issue but I thought to ask, just in case.

I have a search module with dropdowns above a categories module When I click search dropdowns they hide behind the lower categories module below.

Basic research says the z-index need to be reset on the sections. Would this be a CSS change? Any assistance would be appreciated.

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #32572

Hello there!

Thanks for contacting us.

Please use the following code in your custom CSS:

.sp-page-builder .page-content #section-id-1630898273570 {
    z-index: 0;
}

Note: 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.

Hope this will solve the issue for you!

Best Regards

0
J
joe
Accepted Answer
2 years ago #32590

Can you please advise, Where can I get the section-id?

Thanks for the 5-star support.

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #32898

You are always welcome:)

You can inspect element and the following blog may help you in this case:

https://www.joomshaper.com/blog/which-line-of-css-i-have-to-edit-code-inspector-in-action

0