Hover – Zindex Problem

Posted in: Newspaper
Post count: 6

Hi,
In the header of a category, there is a dropdown button to sort articles by Latest, Last 7 days, Popular e.t.c.
If you go to the button to show the options, they disapear if you move the mouse the the 4th option. I know there is a problem with z-index but I can;t find the problem. Its Category template style-6.

Regards
George

Post count: 22421

Hi,

I have inspected this issue and it seems the z0index is set to 0. Please use this css to increase it:
.td_category_template_6 .td-category-header{
z-index:10!important;
}

I will also add this to our buglist and we will fix it in the next version of the theme.

Thank you!

Post count: 6

thank you, it works!

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