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

    Hi, I added a page as my new footer. However there’s too much space above the footer. I added a screenshot, I painted the space red I’d like to remove.

    #1012622

    Hey FadingReality,

    Thank you for using Enfold.

    Can we see the actual site? You may need to adjust the top padding a bit.

    #footer {
        padding: 0 0 30px 0;
    }

    Default top padding value is 15px.

    Best regards,
    Ismael

    #1012732

    I’m not sure if the code is making a difference. But I noticed that the space is not on every page. Here’s the link:

    #1012958

    Hi,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    .avia-builder-el-0 .container {
    padding-top: 0px !important;
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1013282

    That worked, thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Remove space from Footer page’ is closed to new replies.