Archived topic
Distance between image and date on blog page
1 reply · Started by Rebecca Awe on May 25, 2016
If you go to my website (http://www.rebeccaawe.de/in-meiner-alten-wohnung-hats-gespukt-was-ich-daraus-gelernt-habe/) you will see that the date below the post title is way too close to the image. It does not look good. How can I increase the space between date and image? I am not used to coding, is there a user friendly way?
Good find! This bug is fixed in the next version.
For now, add this CSS:
.inside-article .page-header-image-single.page-header-below-title {
margin-top: 2em;
}
Adding CSS: https://generatepress.com/knowledgebase/adding-css/
