Try adding this CSS to Theme Options> Custom CSS:
@media (max-width: 992xp) {
.home-margin.home-padding, .home-iconmenu .home-icon-item {
display: none;
}
}
Let me know if that works for you!
-Kevin
Thanks Kevin
I pasted this css to Theme Options> Custom CSS
But unfortunately the Icon Menue still shows on mobile (checked on my samsung s7)
… Or maybe I should wait a few hours for the change to appear?
Take a look at the printscreens if I did it right: http://stalove.eu/pictures/
-
This reply was modified 9 years, 7 months ago by
Malgorzata77.
I had a typo in the css i originally gave you. Try this instead:
@media (max-width: 992px) {
.home-margin.home-padding, .home-iconmenu .home-icon-item {
display: none;
}
}