- This topic has 7 replies, 4 voices, and was last updated 1 year ago by
Tom.
-
AuthorPosts
-
March 3, 2020 at 4:50 pm #1184153
Adam
Hi,
in post, I disabled footer, set full width, and added custom footer via divi. The problem is the style from all.min.css:
.one-container:not(.page) .inside-article {
padding: 0 0 30px 0;
}and element on the bottom of the page, that survided disabling the footer:
<footer class=”entry-meta”><nav id=”nav-below” class=”post-navigation”> <span class=”screen-reader-text”>Post navigation</span></nav><!– #nav-below –></footer>In the result, the website have a big white space bellow my custom footer. My custom footer works well on regular pages, the problem only occours in posts.
Can you please tell, how can I remove this white stripe on the bottom of the page in a clean way?
ps. I’m a developer.
Best Regards,
AdamMarch 3, 2020 at 5:08 pm #1184170Leo
StaffCustomer SupportHi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/March 4, 2020 at 2:52 am #1184465Adam
Hi Leo,
not really.
It’s very easy to reproduce using the settings I provided.
Page type: blog post
Disabled elements: footerTo see big white stripe on the button, please add some black row on the bottom. The easiest way to do that is with some page builder like divi or elementor.
March 4, 2020 at 8:35 am #1184956Tom
Lead DeveloperLead DeveloperHi there,
Have you tried disabling the post navigation option in Customize > Layout > Blog?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 4, 2020 at 2:42 pm #1185251Adam
Post navigation is already disabled. One cause of the issue was ‘display post tags’ active. I added
body.one-container:not(.page) .inside-article {
padding-bottom:0;
}to fix problem with the padding, it’s good enough so far.
Thanks.
March 4, 2020 at 8:15 pm #1185403Leo
StaffCustomer SupportThat issue can potentially be solved with using page builder container as well:
https://docs.generatepress.com/article/page-builder-container/Tough to tell without seeing the site live.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/April 21, 2020 at 6:28 am #1247808Natalie
same issue here. inside-article in ‘posts’ gets a 30px bottom padding but .inside-article in pages doesn’t.
I have used a layout element to set entire site to ‘full-width’As woocommerce product pages are ‘posts’, I have more padding at the bottom of product pages than I do at the bottom of other ‘pages’ on my site.
I have used css to adjust similar to what Adam has done
April 21, 2020 at 3:27 pm #1248557Tom
Lead DeveloperLead DeveloperThanks for the heads up – I’ll look into it π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.