• Resolved seven640

    (@seven640)


    Hi
    Sorry to bother you again.
    Now that I’ve decreased the space below the navbar with this code:
    [body .site-header { padding-bottom: 0 }]
    I need to decrease the space between each post to match it up.
    Thank you.



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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator threadi

    (@threadi)

    You could use this:

    body .site-content article {
    margin-bottom: 0;
    }

    Note: with modern FSE themes like TwentyTwentyFive you don’t have to edit such things with individual CSS. You could change this directly using the slider in the site editor.

    Thread Starter seven640

    (@seven640)

    Hi threadi
    That works but the space is too small now, it brings the article right up against the other one
    I only need to decrease it half that space.
    It seems that the code only works in divisions of 10? Is there another solution?

    Yes, I have toyed with the modern block themes but my old brain finds it a little difficult to manage.
    Once I get this theme right I’ll start to concentrate on the Twenty Twenty Five theme.

    Thread Starter seven640

    (@seven640)

    It’s okay threadi I’ve solved it.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Decrease space.’ is closed to new replies.