[Resolved] White space space after post using Elementor template

Home Forums Support [Resolved] White space space after post using Elementor template

Home Forums Support White space space after post using Elementor template

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #833423
    Heidi

    Not sure if this is a GP or Elementor issue. Starting here because you guys are always so responsive and helpful.

    I designed a post template with Elementor. I’m using this same template for three types of posts: standard post, custom podcast post type, and custom event post type.

    Custom post types display correctly, with no break between the post and the footer. Standard posts display an extra space between the post and the footer if I use the Elementor template. If I revert to the GP customizer for the standard post design, I can eliminate the extra space by selecting the “One Container” layout. Examples:

    I did inspect, and I can see that there are differences in the code. But it’s beyond my ability to suss out, and I’ve also looked at it too long to think straight. I’d be delighted if you could offer a simple CSS fix, or even a toggle switch I’m missing in the settings. Thanks!

    #833646
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .elementor.post {
        margin-bottom: 0;
    }
    #834195
    Heidi

    Brilliant! Instant fix. Thanks so much!

    #834206
    David
    Staff
    Customer Support

    You’re very welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.