Tagged: full width image
Hi.
Using Enfold, I want a full width image to appear in the content area. Currently, if I add an image using Avia, it does not span the width of the content area. It leaves white space on the sides.
Please assist
Any ideas here? Any help is greatly appreciated.
Hey!
You can insert your image inside a Color section and give color section a unique id and then add following code to Quick CSS in Enfold theme options under Styling tab
#your_custom_id .container { width: 100%; }
Regards,
Yigit
That gets me close to it. However, it looks like .responsive .container is making the width 1030px. Any ideas on how to correct that.
Hi!
Can you post the link to your website and point out the section so we can take a look?
Cheers!
Yigit
I got it to work. Thanks!