Archived topic
White space between content and footer
14 replies · Started by Joaquin on April 14, 2020
Hi everyone!
Why there's a white space between my content body and footer? do i have to add css for margin or padding?
And how can i make a menu site map footer like in generatepress website?
Thank you!
Hi 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 :)
Yes, i think i did it. Now is edited :)
Still don't see it. Can you make sure to put it here?
Weird, i did it. Please try again, maybe it didn't show up because I didn't copy and paste?
I can see it now.
Since you are using a lot of full width blocks, try the full-width option in page builder container:
https://docs.generatepress.com/article/page-builder-container/
I don't understand sorry, i try with full width option in page builder container but now my page is not adjust. I have space at the right and left.
Looks like the issue is solved?
I'm not seeing the space on the left and right:
https://www.screencast.com/t/X7njC0fci
No, i mean, the screen is not fixed. I don't know if i have to set a specific max widht on layout or if i have to insert additional css.
You understand me? my english is not good haha
Alguna ayuda? no pude resolver el problema, incluso empeoró :(
Sorry I'm not sure what the issue is currently.
Can you explain a bit more? Which element should I be looking at?
Your site looks quite normal to me.
At home page, if you scroll to the left and to the right, there's a little space. The body is not adjusted to the screen. I don't know how can explain it.
The full width Kadence block is causing that
Try this CSS for the patch:
body {
overflow-x: hidden;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
I would also recommend trying our upcoming block plugin GenerateBlocks:
https://generateblocks.com/
It's better than Kadence :)
Great! that css code solved the problem. Thank you.
I didn't know about GenerateBlocks, i'll start using it!
Thank you again!
No problem :)