Hi,
On my homepage I’ve added a easyslider. I would like this to stretch the full width of the container. I can do that by removing the padding of the container, but that also removes the padding between the container and other elements. You can see what I mean at my . In this cas the padding is correct between the container and the icon-boxes. But hte slider isn’t full width.
How can I get this the way I want it?
Regards,
Erwin
Hey erwin_m!
Could you provide us with a link to the site in question so that we can take a closer look please?
Cheers!
Rikard
Hey!
Please place your slider inside a Color Section element with a unique ID – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png
and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { padding: 0; }
Cheers!
Yigit
Hi Yigit,
Thanks for you answer. I’ve only changed the padding-bottom a bit. Now it’s as I want it to be!
Regards,
Erwin