I’ve added forms to these two pages:
links below:
When I open the dropdown column, it’s too long vertically.
Is there a way to fix this using z-index?
Thanks for the info.
Best regards, Franz
Image
Hi,
Try this css:
#top.page-id-19041 #main > .avia-section,
#top.page-id-19042 #main > .avia-section {
z-index: 2;
position: relative;
}
.html_entry_id_19041,
.html_entry_id_19042 {
z-index: -1;
position: relative;
}
Then clear your cache.
Best regards,
Mike
Hi Mike, thank you so much.
It works great.
I have another page
links below:
It’s not working properly for me there, even though I’m entering the correct pages.
What could be causing this?
Best regards,
Franz
Hi,
These two pages have different IDs, so use this css for all four pages:
#top.page-id-19041 #main > .avia-section,
#top.page-id-19042 #main > .avia-section,
#top.page-id-3288 #main > .avia-section,
#top.page-id-10730 #main > .avia-section {
z-index: 2;
position: relative;
}
.html_entry_id_19041,
.html_entry_id_19042,
.html_entry_id_3288,
.html_entry_id_10730 {
z-index: -1;
position: relative;
}
Best regards,
Mike
Hi Mike,
Everything is working perfectly now.
You can close this ticket.
Best regards,
Franz
Hi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.
Best regards,
Mike
