Hi,
I have a gap between my image and the top of the page. How do I reduce the gap of the page so in effect I can move the page up a bit?
Thanks
Hi,
I have a gap between my image and the top of the page. How do I reduce the gap of the page so in effect I can move the page up a bit?
Thanks
I changed mine by adding this to my child theme's style.css:
#branding {
padding:0px 0 20px 0;
}
You might need to play around with the padding to change it to your liking. Hope that helps!
You must log in to post.