Hi my sandbox is http://tapit.ca/snow/
I am trying to reduce what I assume is a padding/margin issue. I just can’t seem to find the right elements.
1. Immediately below the navigation bar at the top of the content area are two columns. I am trying to move the content closer to the top of the content area. Right now there appears to be a 100px or so padding/margin.
2. Below the two columns is the title. It is surrounded by hr in top/middle/bottom. How can I reduce the margin/padding here?
Thank you.
Hi tapaway!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.content, .sidebar { padding-top: 10px; }
.av-special-heading { margin-top: 20px; }
Regards,
Yigit
Awesome.
Thank you.