Hi, I have inserted a post slider immediately below the menu with a masonry grid below. For some reason the post slider is displaying with a margin on the left and right side but the masonry grid is full width. I would also like the post slider to be full width, but I can’t seem to change it. Your help would be appreciated! Thanks.
Hi HYN!
Please add your Post 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-unique-id .container { max-width: 100%; margin: 0; padding: 0; }
Regards,
Yigit
Thank you!