Archived topic
Modify Sections paddings
1 reply · Started by fabiosilva on June 18, 2019
Viewing posts 1–2 of 2
Hi,
I need to change this paddings, for all GP sections.
#generate-section-1 .generate-sections-inside-container {
padding-top: 40px;
padding-bottom: 40px;
}
Any way to do this on GP Theme Customization panel?
Thank you
Hi there,
would require some CSS like so:
.generate-sections-container .generate-sections-inside-container {
padding-top: 100px !important;
padding-bottom: 100px !important;
}
This archived topic is closed to new replies.