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;
}
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;
}
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!!