Tagged: mobile
Hi,
I would like modify the position of the first image on mobile of 3 pages, in order to see the windows and not the carpet (links in private).
I tried to put “top center” in the background settings of the color section but it does not work.
Is that possible ?
Thanks in advance !
Hey ThibUbi,
Thank you for the inquiry.
The following css code should help adjust the horizontal position of the background image.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
.home #av_section_1,
.page-id-7138 #av_section_1,
.page-id-6458 #av_section_1 {
background-position: 20% !important;
background-attachment: scroll !important;
}
}
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to make sure that the changes take effect.
Best regards,
Ismael