- This topic has 13 replies, 4 voices, and was last updated 4 years, 9 months ago by
Leo.
-
AuthorPosts
-
July 4, 2020 at 8:10 pm #1352237
Downtown Spanish
Hello,
I would like to remove the blank space between a block and the block below it on my GeneratePress pages.
How can I do that? I downloaded the Simple CSS plug in but I don’t how to use it or if I even need this plug in for that.
Thank you
July 4, 2020 at 9:38 pm #1352288Leo
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 🙂
July 4, 2020 at 9:44 pm #1352295Downtown Spanish
Dear Leo, I cannot link the site yet. I am still editing my site on my local IP address before going live.
July 5, 2020 at 12:42 am #1352384David
StaffCustomer SupportHi there,
can you share a screenshot of the issue – we may be able to advise on how to fix it.
July 5, 2020 at 10:24 am #1352896Downtown Spanish
Hi David. I would like to remove this white space between the Cover image above and the black cover image below that says “Contact”:
July 5, 2020 at 11:18 am #1352931Leo
StaffCustomer SupportCan’t quite tell where the space is coming from with just the screenshot unfortunately.
Can you create a staging site so we can see the issue?
Or we can revisit once the site is live. Should be simple enough to fix once we can see the issue live 🙂
July 8, 2020 at 1:57 pm #1357060Downtown Spanish
Hi guys! my site is finally LIVE!
These are the spaces between blocks I would like to remove:Space between blocks (Cover with picture of a building in it and the red image below it)
Space between a block and the footer (red image and footer)
Space between the header and a block & between a block and footer which shows on the tablet and mobile version
https://ibb.co/HFSqYmGThank you for your patience!
July 8, 2020 at 4:03 pm #1357140Leo
StaffCustomer SupportHi there,
Try this CSS:
.entry-content > [class*="wp-block-"]:not(:last-child) { margin-bottom: 0; } figure.wp-block-image { line-height: 0; }Then used the contained page builder container option:
https://docs.generatepress.com/article/page-builder-container/July 8, 2020 at 4:11 pm #1357150Downtown Spanish
Thank you Leo. This would be the first time I enter a CSS, so, where do I enter it?
Under ‘Customize’ and ‘Additional CSS’?
Or within the block of that page under ‘Advanced’ and ‘Additional CSS’?
July 8, 2020 at 4:14 pm #1357156Leo
StaffCustomer SupportCustomizer > Additional CSS should work 🙂
July 8, 2020 at 4:23 pm #1357165Downtown Spanish
It worked perfectly! Thank you for the impeccable attention Leo!
July 8, 2020 at 9:14 pm #1357301Leo
StaffCustomer SupportNo problem 🙂
June 21, 2021 at 3:25 pm #1830263Clare
Just tagging on to this thread. I also need to remove space between the footer and the block above. I tried the css code you suggested but its not working for me as I’m only wanting to remove the space before the footer, not other areas. Any ideas? Thanks
June 21, 2021 at 3:27 pm #1830264Leo
StaffCustomer SupportIt’s probably not the same issue.
Can you open a new topic and link us to the page in question?
-
AuthorPosts
- You must be logged in to reply to this topic.