• Resolved seven640

    (@seven640)


    Hi
    Can anyone advise me how to decrease the space between the bottom of the navbar and the post title please. I’d like it to be the same as the space between the site title and the top of the navbar.

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

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

    (@threadi)

    The distance is generated there from various components. Firstly, the header has an internal spacing at the bottom. You can set this to 0:

    body .site-header { padding-bottom: 0 }

    Secondly, the page content has an outer spacing at the top. You can set this to 0:

    body .site-content { margin-top: 0 }

    At the moment, it looks to me as if the spacing is already what you want. However, you could influence them further in the ways mentioned above. You would have to enter the CSS code in the backend under Appearance > Customizer > Additional CSS. You can adjust the values to your wishes.

    Thread Starter seven640

    (@seven640)

    Thanks once again, threadi. Your coding always does the job. 🙂

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

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