• Resolved Hekwos

    (@hekwos)


    I wish to add more space around the text that I put in groups. The way it is now the text is like glued to the walls of the group. It is not very reader friendly.

    When I work on the post it looks differently. Then automatically there are nice margins there, but when published there are no margins there. I have a screenshot of it to show the way I would like it.

    This problem is in all the articles at my website. You can look at one example in this article, about one third from the top you will see a grey coloured field. That is the group that I talk about. https://www.hekwos.no/2020/07/13/emelie-cajsdotter-fremtidens-hestehold-pa-hestens-premisser/

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Superb

    (@themeeverest)

    Hi @hekwos no problem! ??

    I hope you’re having a lovely weekend!

    Please go to appearance > customize > additional CSS and add following:

    p {
    margin-bottom: 40px;
    }
    
    .wp-block-group.has-background {
        margin: 40px 0;
    }

    That should do it for you!
    Don’t forget to rate the theme if you like it & have an awesome day

    Thread Starter Hekwos

    (@hekwos)

    Hello @themeeverest

    Thank you, I hope you have a great weekend too!

    I added the code, but nothing changed.

    The total of additional CSS that I have now is:

    .entry-content {
    max-width: 640px;
    }

    p {
    margin-bottom: 40px;
    }

    .wp-block-group.has-background {
    margin: 40px 0;
    }

    I don’t know if that matters.

    Any new solution?

    Have a continued nice weekend!

    Theme Author Superb

    (@themeeverest)

    When I view your site then the issue is fixed, it sounds like you’re having issues with your cache.

    Be sure to clear all caches on the website and clear your browser cache too: https://uk.pcmag.com/browsers/40265/how-to-clear-your-history-in-any-browser

    Let me know how it goes! ??

    Thread Starter Hekwos

    (@hekwos)

    I purged the performance cache in the Hekwos website dashboard.

    I cleaned the surf history in both my Opera web browser and Google browser since the beginning of surf history. Still they both show the group with no space padding for the text inside the group.

    I did a test. I asked two visiting kids in the house to look up my website. The web browser of their computer has never touched my website. And yes, in their browser too my groups appear the same way, lacking comfortable margins.

    Strangely enough, also from the dashboard of the website, when I click on “view post”, what it shows me is also the groups without spacing.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Margins in group’ is closed to new replies.