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
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
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