Hi,
I added 3 columns and in each column I have a picture on the top and below that a headline and some copytext.
As you can see the copytext goes all the way to the border of the column, which doesn’t look good. How can I make the text flow shorter, so there is more space between text and the border?
The picture though needs to stay 100% width.
Hi paulmacnicol,
Please try the following in Quick CSS under Enfold–>General Styling:
.home .av_one_third .avia_textblock p {
padding-left:10px !important;
padding-right:10px !important;
}
Thanks,
Rikard
Great, it works fine. Thanks for your quick response.