• Resolved robindebrea

    (@robindebrea)


    You will see that there is a gap between the menu line and the post (which begins with my name “Robin de Brea”. I would like the gap to be half or a quarter of this. Can anyone help me achieve this? Thank you. Robin.

    • This topic was modified 4 years, 3 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not an Developing with WordPress topic

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

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

    (@threadi)

    Add this in Appeareance > Customizer > Custom CSS:

    .site-content {
      padding-top: 2.75em;
    }

    Original-value ist 5.5em, so i have halved the value in the example.

    Thread Starter robindebrea

    (@robindebrea)

    I am so grateful to you for this. I am a novice WordPress user and the underlying code is totally alien to me. Maybe one day I’ll put time in to understand coding. In the meantime, I’m indebted to you. Thank you.

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

The topic ‘Positioning of posts’ is closed to new replies.