• Resolved leeannw

    (@leeannw)


    Hello! I would like to remove the “extra” space between the logo and nav menu on my site. On all pages (other than Home) I’d also like to remove the “extra” space between the nav menu and the page title/content.

    The site has an Under Construction landing page – to get around it and view, go to:
    https://laddcomm.com/wp-admin
    [Credentials moderated – Not safe]
    Thanks!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this to your Custom CSS section for that theme;

    .hgroup-wrap {
     padding-bottom: 0;
    }
    
    .hgroup-wrap img {
     margin-bottom: 0;
    }

    Thread Starter leeannw

    (@leeannw)

    I’m loving you Andrew!

    This worked perfectly to remove the space between the logo and nav menu. However the space between the nav menu and page title/content is still there (you can see it on all pages except home). Thoughts?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    First I’m worried for you; that you’re going to lose these modifications when the theme updates.

    Can you instead download this Custom CSS Manager plugin and add the CSS code to its allocated section of the dashboard?

    Then, for your other concern, “space between the nav menu and page title/content is still there“, add this CSS code;

    #access {
     margin-bottom: 0;
    }
    
    .home #access {
     margin-bottom: 40px;
    }

    Thread Starter leeannw

    (@leeannw)

    You’re so sweet Andrew. I’ve been making these changes through the Custom CSS editor that came with the theme. Better yet, I always make notes on stuff like this for future reference, in case I lose my tweaks or build a new site using the same theme…so I’m good!

    AND – this fix worked perfectly. You are awesome Andrew – thanks so much for all your help!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Space Between Logo & Nav Bar’ is closed to new replies.