Hey there, I need some help. I want to reduce space between header and blog post please check this screenshot.!
Thanks.
Reduce space between header and blog post
nad253
#1
awan
#2
Hi,
Please add this to your Customize > Additional CSS section:
site-header {
margin-bottom: 0;
}
nad253
#3
It worked I think, Thanks Awan.
Btw is there a way to reduce the space between post title and featured image?
nad253
#6
One last thing now that I have reduced space between the image and title is it possible to remove this space which does not look that good.
awan
#7
Sure, you can use one of these code:
.single article {
padding-top: 1px;
}
or
.entry-title.post-title-big {
margin-top: 0;
}