Can I do 1/4 layout element (4 single column 25% width) with no margin, padding, or any gaps in-between? I need to insert 4 pics link button side-by-side. Would be appreciative if someone can help here. Thanks.
Hi Lim!
Please add a color section element to your page with a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add 1/4 column elements inside it and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .av_one_fourth { margin: 0 !important; width: 25% !important; }
Regards,
Yigit