Hello,
On the website I am developing I am having issues with the color section images being full screen on large dektop sites. Please use this link to see what I am referring to. On all other screens I am happy with the images it is only the large desktop I am having an issue with.
http://ami.responsivedesign.is/?url=http%3A%2F%2Flotictechnologies.flywheelsites.com%2F#
How would I resolve this?
Thanks,
Mikenna
Hey mikeens,
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 (min-width:1800px){
#av_section_1 {
background-size: cover;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
I tried this however it did not work. Please advise if there is an alternative method.
Thanks.
Mikenna
Hi,
Have you tried putting Victoria’s code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.
Best regards,
Jordan Shannon