Hi, how can I add some padding to the left side of the column element so the text will fit inside the red square in the screenshot?
Thanks
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-18798 #av_section_2 .article-icon-entry {
padding-left:20px;
}
Best regards,
Rikard
Hi, that didn’t work. Nothing seems to change.
Hi bakbek,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.page-id-18798 #av_section_2 .flex_column.av_one_half .av-special-heading {
padding: 0 40px;
}
.page-id-18798 #av_section_2 .avia-icon-list li {
max-width: 350px;
}
If you need further assistance please let us know.
Best regards,
Victoria