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
