Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #599307

    Hi, is there a way to remove the padding between the header and the content, as well as the content and the footer? For example, on this page: http://howard.alexanderfirth.com/us/

    We want the purple paint to stretch from the header to the footer, with no white gaps inbetween (it’s just an image file).

    Thanks,
    Alex

    #599342

    Hi Allegrif!

    Please use the below CSS in Enfold > General Styling > Quick CSS

    .content  {
        padding-top: 0px!important;
        padding-bottom: 0px!important;
    }

    Regards,
    Vinay Kashyap

    #599865

    Almost perfect! There are just a couple of tiny gaps remaining:

    Us

    Thanks,
    Alex

    #600134

    Hi,

    Please try the following as well:

    .page-id-371 .entry-content p {
        margin: 0em 0 !important;
    }
    
    .page-id-375 .avia-image-container.avia-align-center {
    margin: 0 auto 0px auto !important;
    }
    

    Thanks,
    Rikard

    #600277

    Nailed it, thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Just a quick one’ is closed to new replies.