This topic has 4 replies, 2 voices, and was last updated 6 years, 2 months ago ago by Rose Tyler
Hi
I’ve updated the theme and now I notice that the slider is above the menu on the mobile and iPad (print screen in private content). Can you tell me how I can fix this? Thanks!
Kind regards
Linda
Hello,
Here is -30px margin-top – http://prntscr.com/knonbt so you need to remove this value then add custom class for row with the slider http://prntscr.com/knonnl and add custom css code for this page http://prntscr.com/knonz6
for example: http://prntscr.com/knoob9 > http://prntscr.com/knop19
@media only screen and (min-width: 992px) {
.home-slider {margin-top: -30px !important;}
}
Regards
Excellent, thank you! Would never have figured out that myself:)
Kind regards
Linda
You’re welcome!
Regards
The issue related to '‘Slider above menu in mobile’' has been successfully resolved, and the topic is now closed for further responses