Is it possible to fit Easy Slider 100% width of one grid row? Right now it has padding and is not using the full width of the cell.
Hi royaltask!
You can place it 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
#your-custom-id .container { max-width: 100%; padding: 0; margin: 0; }
#your-custom-id .content { padding: 0; }
Regards,
Yigit
works fine, thank you so much. The Theme is so flexible and great! Now I try to make the video fit 3/4 row and add a 1/4 text field row. any idea where to start?!