page top and bottom space
- The topic ‘page top and bottom space’ is closed to new replies.
Need help? Check out our Support site, then
Hello!
How do I reduce the empty space at the top and bottom of each page?
For example, this page has a gap between the navigation bar & the picture.
This page has a gap between the bottom & footer
Please help!
Thank you a lot!
The blog I need help with is: (visible only to logged in users)
Hi,
Please try the following css snippet for both Top / Bottom spaces.
@media (min-width: 992px) {
.site-content {
padding: 0;
}
}
As the bottom space is concerned at your mentioned page. I have noticed an empty P (Paragraph) tag at the end of your block. Please make sure that there is no empty block or space at the end. Hope it will resolve this space.
Thanks
thank you!
Hi, I found out one issue is that, on blog posts and shopping pages, since site content has 0 padding, there is 0 space. https://innerbayprep.com/2019/11/21/uc-personal-insight-questions-in-a-nutshell-part-ii/
Since I don’t have access to the post pages or the shopping item pages to add the space manually, I am wondering if there is a way to add space only on posts+shopping items. Thank you!