Tagged: spacing
Hi there, I have started a new website using Enfold, and it looks really promising.
However, I find the vertical and horizontal spacing between the main Aviva elements much too wide, and would really prefer to use 20px spacing like I had in my html template (second link)
I’d also like to introduce the same spacing between the 4 portfolio previews at the bottom of the home page, rather than having them joined together with no spacing.
How can I do this across the whole site, either in a child theme, or with a change in the quick css
Thanks!
Hi Richard!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div .av_one_third {
margin-left: 2%;
width: 33.3%;
}
div .av_one_half {
margin-left: 2%;
width: 49%;
}
body .column-top-margin {
margin-top: 20px;
}
.content, .sidebar {
padding-top: 20px;
padding-bottom: 20px; }
#top .isotope-item {
padding-right: 10px;
}
Cheers!
Yigit
Thanks Yigit, this is brilliant!
However, the vertical spacing above and below the text block in the two half columns in the middle of the front page also needs the same adjustment. How can I do this?
Hey!
Please add following code to Quick CSS as well
.av-special-heading { margin-top: 20px; }
.sort_width_container { margin: 0; }
Best regards,
Yigit