Tagged: spacing
How do I make the picture at http://fairfieldcounty.info/our-team/
flush left instead of center?
and…
How can I tighten up the spacing between the elements like on this page: http://fairfieldcounty.info/
Hi garyguthrie!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.team-img-container img { float: left; }
2-
body .column-top-margin { margin-top: 10px; }
.content, .sidebar { padding-top: 10px; }
Best regards,
Yigit
Yigit,
Almost…
Look at http://fairfieldcounty.info/
The spacing fix seems to have affected the logo header and layered it over the nav bar elements.
What do you think?