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

    Dear support team,

    When viewing the website https://kreative-psychologische-beratung.com
    I noticed that when viewing the page (HOME) on the tablet in landscape format, the background image above and the logo are not displayed. Why is that? In addition, I would also like the burger menu to be displayed on the tablet in landscape format. How can I make this setting. Here is the screenshot of the display on the tablet in landscape view: https://kreative-psychologische-beratung.com/support/home_back.png

    Thank You
    Best regards, Diana

    #1247239

    Hey Diana!

    Thank you for the inquiry.

    It is probably because of the fixed background effect or attachment. To fix the issue on tablet view, we might have to disable this effect. Please add this code in the Quick CSS field or the child theme’s style.css file.

    @media only screen and (max-width: 1024px) {
        .avia-bg-style-fixed {
    	background-attachment: scroll !important;
        }
    }

    Please toggle or temporarily disable the Performance > File Compression settings after adding the css code, and remove the browser cache as well.

    Best regards,
    Ismael

    #1252954

    Dear Ismael

    thank you for the script. I changed the “max-width: 1024px” to 1200px, then the script works wonderfully for the tablet. The problem is now solved on the tablet.
    Thank you for your editing!
    Many greetings Diana

    #1253831

    Hi,

    You are most welcome! Please feel free to come back if you need anything else. We will close this thread now.

    Have a nice day.

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Background and logo not displayed on tablet’ is closed to new replies.