Category Template 8 pulldown filter issue

Posted in: Newspaper
Post count: 12

Hi there,

in Category Template Style 8 if you try to open the pulldown filter you can not see the list properly.
Part of the list is covered by the top news blocks as you can see here:
http://demo.tagdiv.com/newspaper/category/template-style-8/.

I tried to fix it using z-index property, but I didn’t make it.

Can you help me?

Post count: 22421

Hello,

Sorry for the inconvenience. It seems this bug escaped us. It’s a simple z-index issue. The container gets a z-index of 0 when a 1 is required.
Please use this css in the theme panel->custom css box for a quick fix:

.td_category_template_8 .td-category-header{
z-index:1!important;
}

Thank you!

Post count: 12

No worries! Thanks! I used this code
.td_category_template_8 .td-category-header{
z-index:2!important;
}

with z-index: 2 instead of 1 to prevent grid image link hover gets over the list.

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