Hey,
I want to decrease the space between the blog post and the header
http://www.raboff.com
What code shall I add?
Thanks
Charlotte
Two things on that site have padding top – the content (main) and the blog article (Zero if you doesn’t want any space between)
.content, .blog article {
padding-top: 5px !important;
}
Hey!
@Guenni007 thank you for the tip :)
@charlotte Did you try the above CSS ? you could further reduce the gap by changing the 5px to 0px.
Regards,
Vinay
Great, thanks :)