So I am trying to reduce the padding between two color sections. The sections already have a custom css ID set. I have been messing with the css with no luck. This is on the about us page of the website. How do I go about doing this?
I already have this code in the quick css which aligns the body text in the about us section:
#aboutus-section {
max-width: 100% !important;
height: auto !important;
}
I thought it was something I could just add onto this…?
Hey metrocitygirl,
Please, can you send to us a screenshot about this issue?
Best regards,
John Torvik
it’s the padding between the white separator and the paragraph text.
Hi,
Add the following to quick css:
#aboutus-section .template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
padding-bottom:0px!important;
}
#about-section .template-page.content.av-content-full.alpha.units{
padding-top:0px!important;
padding-bottom:0px!important;
}
Best regards,
Jordan Shannon
Thank you that is exactly what I was looking for! You can close this thread now.