• Hi!

    I’m an amateur web manager of small company.
    I found that the gap between the menu bar and post title is too big; it takes almost one-third of the page.

    I’d like to shorten this margin as much as possible. Is it any css code with that?

    Thanks!

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

Viewing 1 replies (of 1 total)
  • Add this in Appeareance > Customizer > Additional CSS:

    #main {
      padding-top: 20px;
    }

    You can adjust the value to your needs.

Viewing 1 replies (of 1 total)
  • The topic ‘The margin between menu and post title’ is closed to new replies.