Hi,
I am having difficulty getting the image in the site to go edge to edge (boxed).
1. If it is put in by itself (media element) then it has 50px padding all around
2. Same if its (media element) put inside “color section”
3. If put into the color section as BACKGROUND image then it fills the space properly! BUT it is no longer responsive when the screen shrinks (phone/ipad)
How do I get it to fill space with no borders as per #3 but also have it responsive?
See 3x jpegs as explanation…
Thank you
Hey patricknh,
You can refer to this post – http://kriesi.at/documentation/enfold/color-section-with-100-container/ and add your image inside a fullwidth color section element
Best regards,
Yigit
Thanks Yigit, I have it working now – well mostly. The image is now full width and follows window sizing but at a certain point the side borders come back in, same happens on iphone screen – always border left/right in either portrait or landscape mode.
Hey!
Please use the code as following
#fwcs .container { width: 100% !important; max-width: 100% !important; padding: 0 !important; margin: 0 !important; }
Cheers!
Yigit
Thank you Yigit, that did the trick :) all good now