Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #857129

    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…?

    #857304

    Hey metrocitygirl,

    Please, can you send to us a screenshot about this issue?

    Best regards,
    John Torvik

    #857338

    padding issue

    #857339

    it’s the padding between the white separator and the paragraph text.

    #857607

    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

    #857629

    Thank you that is exactly what I was looking for! You can close this thread now.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove Padding Between Two Color Sections’ is closed to new replies.