Archived topic
Generatepress-Theme: Space between blog-infos and featured image
2 replies · Started by Nick on October 15, 2014
Viewing posts 1–3 of 3
Hey Tom,
what's the custom css code for the space between the blog-infos (Blog-Title, Date) > < and the featured image of a blog in masonry-view (home-site / my recent blogs)?
Thanks in advance! :-)
Greetings, Nick
This is the default CSS:
.post-image {
margin: 2em 0 0;
}
2em is what you want to change to your own value - most likely in pixels.
Perfect, thanks! :-)
P.S.: Thats my required adjustment:
.post-image {
margin: 1em 0 0;
}
Greetings, Nick
This archived topic is closed to new replies.