Viewing 2 replies - 1 through 2 (of 2 total)
  • Your builder (Elementor) section has a huge 80px padding on both the top and bottom, which creates this gap.
    You can remove this gap by checking your Elementor section settings (if there is no padding in the ‘Advance’ tab, then maybe its on your custom CSS)

    Hello @milestone1989

    Please add the following CSS in that your CSS file.

    .post__content-info .post__content .elementor-section{
        padding: 0px 0 80px;
    }
    .site-main .post-standard-details .post__content .post-additional-info {
        margin-bottom: 10px;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Too much space’ is closed to new replies.