I’ve got a color section set up with a back ground image set to scale. The setting are:
Background Attachment – Scroll
Background Image Position – Top left
Background Repeat – Stretch to fit
Background Video
Section Minimum Height – No min height
Section Padding – Default
Section Top Border Styling – No border style
Section Bottom Border Styling – No border style
There are 2 issues however:
1) when 2 columns are added to the color section and content added to these, the background no longer scales properly.
2) the back gound does not display on a mobile device
Any ideas?
Cheers
Hey Rustybucket!
Thank you for using Enfold.
Which section are you referring to? I checked the website and it looks nice. Try using this on Quick CSS or custom.css:
.avia-full-stretch {
background-size: 100% !important;
}
Best regards,
Ismael
Hi Ismael, sorry I should have been more specific, it is the second section down (below the main banner) but your script suggestion has rectified the problem :-)
Many thanks