I have been able to reduce the white space below the header/above content on my pages using the following..
.template-page.content.twelve.alpha.units {
padding-top: 10px;
}
The space is removed on the Blog page, but not when you go to the specific blog posts. How can I alter/add to this CSS to make the padding on the post pages smaller as well?
Links are listed in private content..
Hey jacobtaddy!
Thank you for using our theme.
In custom.css or Enfold->Styling->Quick-CSS field put the following and adjust the px value:
.single .entry-content-wrapper{
margin: -15px 0 0 0 !important;
}
Best regards,
Günter
Gunter,
Thank you for your response. That ends up moving the text up, but not the featured image. The text ends up sliding up underneath the featured image instead of moving the featured image up towards the header.
I left it that way to show the issue..
http://www.onwardsinc.com/2014/08/sex-tourism/
Hey!
Try adding this code to the Quick CSS:
.single .content {
padding-top: 10px !important;
}
Cheers!
Josue
Fantastic, just what I was looking for.
Thanks!
You are welcome, glad we could help :)
Regards,
Josue