• Resolved Hekwos

    (@hekwos)


    When I make groups and colourise them with grey then the new text below the group starts immediately. But it needs some air in between group and new text.

    You can see this problem in the article with the magpies: https://www.hekwos.no/2020/03/22/skjaera-som-blei-reddet/

    As an example see the first grey field with the photo of the duck and the headline: Fuglehjelpen – https://www.fuglehjelpen.no

    How can I add air below the grey field? It would be good if it would be possible to make it the normal distancing between different paragraphs.

    • This topic was modified 4 years, 8 months ago by Hekwos.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Hekwos

    (@hekwos)

    Well, I managed to cheat fix it now by just adding a blank line in the first paragraph beneath the groups. But still this shouldn’t be so, the spacing should come automatically.

    Any tip for a code to put in the additional CSS?

    From what I can understand, I think the following CSS may get you what you’re looking for

    .single .post .wp-block-group.has-background {
    	margin-bottom: 20px;
    }
    Thread Starter Hekwos

    (@hekwos)

    It worked!

    Thank you for the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spacing beneath groups’ is closed to new replies.