Hi,
i have uploaded a picture for the body background and it works very well on desktop. On some mobile sizes, for example ipad, there is a stripe of this picture under the main menu. Is it possible to turn out the background picture generally for mobile?
Thank you very much!
Hey claha,
Do you mean “turn off” the background image for mobile? If so we should be able to do that, please link to your page.
Best regards,
Mike
Hi,
yes I mean “turn off”, sorry. The link follows as private content.
thank you very much.
Hi,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive.html_mobile_menu_tablet.html_header_top #top #main {
margin-top: -20px !important;
}
}
Best regards,
Mike