Hi!
Do you know if there is a way to move blog titles, slightly above the featured image. Like on this blog: http://www.thegentlemansjournal.com/
I tried with a negative margin, but it doesn’t work.
Regards
Poirot
Hi,
Can you post the link to your blog please?
Regards,
Josue
Hi Josue,
Sure, please find it below:
Regards
Poirot
Hey!
Try adding this code to the Quick CSS:
.template-blog header.entry-content-header {
margin-top: -40px;
background: white;
z-index: 10;
position: relative;
}
Cheers!
Josue