if you look at the bottom of http://fbcl.shanetucker.com/ you’ll notice just above the footer that there is a blog post section put in that is supposed to pull content from a specific blog category. The margins on those titles is oddly too left. How can I change how far the text is from the left side of that section?
Hey satucker,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_3 article {
padding-left:20px;
}
Best regards,
Rikard
Hi satucker,
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
#top.home #av_section_4 .av-alb-blogposts {
padding-left: 25px;
}
If you need further assistance please let us know.
Best regards,
Victoria