Gaps between webpage sections
-
Remove large gaps between sections in Divi child
The blog I need help with is: (visible only to logged in users)
-
Hi,
To remove those gaps you just simply have to customize the style.
You need to get to the admin panel and clickCustomizebutton at the Themes menu element.
Then, please choose Additional CSS from the left menu and paste the following code for desktop screen width:@media screen and (min-width: 1160px){ .not-singular .layout-span { padding: 17px 20px 17px;} }Or if you want to have the same gap size on every screen width, you can use percents eg.:
.not-singular .layout-span { padding: 4%!important;}I hope that helps :)
- The topic ‘Gaps between webpage sections’ is closed to new replies.