Archived topic
Help with update
7 replies · Started by Gabriel on November 20, 2017
Hello
With the new update i can't manage to reduce the white space between my main navigation and my content. I already created a new header and merge it with my site and I already added:
.separate-containers .inside-article {
padding-top:0;
padding-bottom: 0;
}
.separate-containers .site-main {
margin-top:0;
margin-bottom:0;
}
Hi there,
I don't actually see a white space between the main navigation and content?
https://s33.postimg.org/vwyef4ghr/2017-11-20_1700.png
Has this been fixed or I'm missing something?
Let me know :)
Hello Leo
Sorry. I mean the white space that is between the content and the "upper part of the screen". The one that you see in the picture you sent me.
So like the navigation background color?
Are you looking to merge? If so check out these two articles:
https://docs.generatepress.com/article/merging-header-navigation-content/
https://docs.generatepress.com/article/merging-the-page-header-site-header/
Yes I already did that. I already created the header and merge it with my site. But the white space does not goes away. I also added this in my css but it removed part of the white space not all.
.separate-containers .inside-article {
padding-top:0;
padding-bottom: 0;
}
.separate-containers .site-main {
margin-top:0;
margin-bottom:0;
}
Hmm doesn't look like you are using page headers?
Thank you, you where right. Although it appeared as if I was using page headers. I just had to remove it and put it again.
Thanks!
Glad you figured out!