Leslie M
asked 9 years ago

Is there are way to put padding on the sides of an element but not the top and bottom?

1 Answers
DominicStaff
answered 9 years ago

Hi,
Of course! you can edit the Row or Widget then add the following code to the CSS Style in the Attributes section.

padding-left: 50px;
padding-right: 50px;

See the screenshot: http://prntscr.com/86b7km
Note: Remove the padding in the Layout section.
Hope this helps !

Powered by DW Question & Answer Pro