Archived topic
Remove Space/Padding Between Sections
5 replies · Started by Ziad on April 10, 2017
Hello,
How do I remove the space/padding between sections on a page?
Thank you,
Ziad
Hi Ziad,
You should be able to adjust the padding in the section settings window:
https://docs.generatepress.com/article/sections-overview/#opening-the-section-settings
https://docs.generatepress.com/article/sections-overview/#section-settings
If this is doesn't work are you able to link me to the page and let me know which padding you are referring to?
Thanks!
Thank you Leo. I had already tried that but it doesn't work.
The page link is: http://www.tlacnc.org
I'd like no space between the news ticker (in light green) and the section below (white background)
Thanks,
Ziad
Try this addtional CSS:
#generate-section-1 {
margin-bottom: 0;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Thank you Leo, that did it!
Thanks,
Ziad
Glad I could help!