• Hi!

    I am asking here, since don′t know how to solve the problem. I have created a single post with Elementor. All good, but I am not able to add space before/after the headline. In my “basic pages” there are space automatically, I think based on the template. But here I am not able to add one extra row even the headlines are marked H2 or H3 in the posts on WP. Any ideas, how I can add them? Maybe with CSS?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Your post looked much better after I added the following code. I hope it solves your issue.

    .single-post p {
        margin-bottom: 14px;
    }
    .single-post h3 {
        margin-bottom: 10px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Single post template in Elementor’ is closed to new replies.