Revolution Slider Overlapping

Posted in: Newspaper
Post count: 136

Hi, how can we make the revolution slider not over lap the mobile menu when scrolling as per image here from redvistajoventu.com: http://www.screencast.com/t/IadWYUFv

Please advice, thank you.

-Franklin

  • This topic was modified 10 years by joventu.
Post count: 136

Please note that the custom CSS:

.rev_slider_wrapper {
z-index: 0;
}

Does not resolve my concern.

Post count: 22421

Hello,
I have checked your website but did not see any overlapping issue on the mobile version. It seems to display fine: http://screencast.com/t/jVTYeUm1HA
Please let us know if you require further assistance.
Thank you!

Post count: 136

Hi Bogdan, this seems to be happening when you are actually in a mobile device using safari browser from iPhone, and not a desktop browser and attempt to scroll down having the menu open. In my case from the homepage as in this link again: http://www.screencast.com/t/IadWYUFv

  • This reply was modified 10 years by joventu.
  • This reply was modified 10 years by joventu.
Post count: 6535

HI

Try this css in theme panel > custom code> custom css:

@media (max-width: 768px){
.td-menu-mob-open-menu #inner-wrap {
overflow: hidden;
}
}

Thanks!

Post count: 136

Hi Andrei, excellent looks like that does the trick now. Thank you!

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