Hello,
is it possible via css to reduce the margin between the post preview in grid post?
Obviously, keeping the responsive effect…
Pietro
Hey studiotopo!
Please add following code to Quick CSS in Enfold theme options under Styling tab
div .av_one_third {
margin-left: 1%;
width: 32.333333%;
}
Regards,
Yigit
Perfect!!
Thank you!
This is my custom css, including a margin-top control:
div .av_one_third {
margin-top: 2%;
margin-left: 2%;
width: 32%;
}
I have a last thing to adjust, that is the margin-top of a slideshow:
it is on one column, above of slideshow (710px) I have an image (710px, that is one column bar).
I found a couple of css to do it, but these css increase also the distance from the top of the content area…
Have you a suggestion?
Hmmm, if I reduce the browser window,
margin-top of one_third grid does not work….