• Hi Guys.

    When i have uploaded my logo (size-300px,100px)
    iam getting a white space between logo and menu.
    tried alot
    using simple custom css plugin
    edited css with this code

    .site-title {
    height: 185px;
    }

    .site-title {
    margin-bottom: -18px;
    }

    .content {
    padding-right: 0 !important;
    }

    still nothing is working out
    url: http://reviewspanel.com/
    please help me pointing my mistake and tell me how to overcome it.
    Cheers.
    santosh

Viewing 1 replies (of 1 total)
  • Hi Santosh,

    This is the line-height on your logo containing div. You need to alter this to close the whitespace between the logo and the menu. The css you need to add is :-

    .site-branding .site-logo, .site-branding h1 {
    line-height: 35px !!important;
    }

    Cheers
    J

    • This reply was modified 9 years, 7 months ago by Jamie Gill.
Viewing 1 replies (of 1 total)

The topic ‘White space between Logo and Menu’ is closed to new replies.