Tagged: background, bug, content, enfold, image, responsive, Section
Hi,
I’m trying to get the background of my content section responsible but it’s not working for me. I don’t know why.. Any tips?
version: 3.2.3
http://www.jvdloo.nl/home/
Thanks anyway!
Hey roytreffers!
Add this to a codeblock element in the page.
<style type = "text/css">
#av_section_1 { background-size: 100% auto !important; }
</style>
Best regards,
Elliott
Thank you very much, Problem solved!