Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1118466

    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!

    #1118584

    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

    #1121612

    Hi,

    yes I mean “turn off”, sorry. The link follows as private content.

    thank you very much.

    #1121623

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.