Dropdown menu hiding behind the slider

Posted in: Newspaper
Post count: 1

I have a problem with my slider. The dropdown menu hides behind the slider every time I refresh the page – how can I solve this problem?

Post count: 6600

Hi,

Setting the z-index to 0 for the rev slider usually solves this so make sure you use this custom css in theme panel custom css section:

.rev_slider_wrapper {
z-index: 0 !important;
}

If this dose not solve this please also provide your site’s ulr as we need to inspect this to provide and accurate solution on this.

Thanks

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