how to remove extra white space
-
How to remove the extra white space under “Contact”?
The blog I need help with is wands-and-wings.com.
Hi there,
Looks like you have some custom CSS to increase the logo size which is cause it to fall under the menu.
What is it you are trying to achieve?
Yes, I increased the logo size because it was quite small. But now I have a huge white space between the Blog post title and the words, between Contact (in the contact page) and the actual words etc…
Is there any way I can remove it please?
Hi again,
You can bring the menu down to the logo’s baseline with the following CSS:
@media screen and (min-width: 920px){
.site-header {
display: flex;
}
.top-menu-wrap {
flex-direction: column;
order: 1;
}
}
Let me know if that helps.
The topic ‘how to remove extra white space’ is closed to new replies.