• Hi there,
    this is probably a beginner question but….
    Can anyone help? I have tried all the settings and nothing seems to help. I want my logo at the top and venue underneath, but the logo is cut off at the top and overlaps the menu under.
    How can I add padding or fix in another way

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

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could add
    .main-menu {display: block !important; }

    It doesn’t look like that will affect your mobile navigation, but you should still check.

    Thread Starter ljlouis

    (@ljlouis)

    Thank you for your reply. I didn’t help unfortunately.
    I have tried various CSS like
    .logo {
    margin-top: 20px;
    }

    and
    .site-logo{
    padding:30;
    }

    But nothing seems to make any difference

    Try
    .main-menu {padding-top: 100px !important;}
    I don’t like the idea of using a fixed value padding bigger than 25px, but see if it responds to that.

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

The topic ‘Header height – logo cut off’ is closed to new replies.