Hello,
Enfold is great, the only matter I have is: is it possible to stretch the background image in a “Farb section” when it is displayed on a smart phone? On a PC the website looks well, but when watching on smartphone, there is lot of space between the image and the subsequent text (check the website on smartphone).
I would like to stretch the image a bit more, so that it is more visible on smartphone, nevertheless when there is a little distortion by enlarging the y-size. How can I do this?
thanks a lot,
Uwe
Hey Uwe,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 450px) {
.avia-full-contain {
background-size: cover !important;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
you are great! It works perfectly and it looks fine at the smartphone. I think, Enfold-theme will stay my favorite one for my customers!
Thanks a lot and best regards,
Uwe