How can I add padding around all sides of the text area on this page below?
In that specific “Column” I added a “Custom ID Attribute” name: “offer”. So let me know what the CSS code would be to add padding for this specific one.
Thanks!
Hi bemodesign,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
#top #offer .avia_textblock > div {
margin-top: 20px;
padding: 20px 20px 10px;
}
Hope it helps.
Best regards,
Nikko