Header area z-index vs wpdatatables

Posted in: Newspaper
Post count: 162

I am really sorry for bothering with you but I spent hours and hours to try to figure out why the header area comes always on top, inspite of the fact that the z-index of the drop down is higher.

The site is https://carro.gr

I have to fix the issue with the z-index because the drop down will always… rise up when in some resolutions (1900 and under) so it is a major ux-ui issue.

Thank you.

  • This topic was modified 4 years by dimitrisv.
Post count: 35449

Hi,
I see that this problem appears only when the sticky drop down is open up, my suggestion for this is to use a custom css that will make the drop down list smaller in that situation.
.wpdt-c .dropup .dropdown-menu {
max-height: 250px!important;
}

You need to set the code in the theme panel > custom code> custom css.
I hope this will help you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.