http://c3f.445.myftpupload.com/
I want to add a goo ogle custom search bar (right 2/3) and some share buttons ( left 1/3), that will eventually be added to all the pages in the site.
I need to reduce the padding ( top and bottom) around these particular elements, so they tuck under the bar. Suggestions?
Hi mgb913!
Please insert your element 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 .content { padding: 0; }
Cheers!
Yigit