Menu Padding changed after update
http://mdivito.com/
I used Menu padding to align the menu on the homepafe with the logo. Something’s just shifted since the update and I can’t find the setting. I want to shift the menu down a little bit to align with the logo.
THanks.
JJ.
URL: http://mdivito.com/
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
7Hi JJ
Sorry to hear about the hassle.
Please, try adjusting the menu padding from Appearance > Customize > Theme Design > Menu first. Let me know how that goes. We can dive into Custom CSS after that if necessary.
Hi Andrew – don't they give you weekends off at site origin ??!?
The padding seems to pad the logo too. – so it just makes the how header deeper.
I'm wondering if I should revisit the 'logo in header' thing. In fact – there may already be some custom css in there that you gave me before. Let me take a look and I'll come back .
Hi :) Thanks for asking, my setup here is pretty flexible.
I see the change made in the update, apologies for the hassle. Let’s try this:
.main-navigation ul li a { padding-top: 40px; padding-bottom: 40px; }Hi Andrew,
I pasted your new code to custom CSS but didn't notice any difference ?
I also notice I already have this CSS in place,
/* Logo */
#masthead.masthead-logo-in-menu .logo > img {
max-height: 70px;
}
…and
/* Vantage Headline Widget */
.widget_headline-widget h1 {
font-size: 32px;
}
.widget_headline-widget h3 {
font-size: 18px;
}
Not sure if this has an impact.
I'm guessing wordpress process "custom css" last – so it supersedes any previous instructions. Is that correct ?
Almost last. The Custom CSS comes just before Customizer CSS so we can lose out to that which is what’s happening here. Let’s try add a little more specificity:
.site-navigation.main-navigation ul li a { padding-top: 40px; padding-bottom: 40px; }That should beat the Customizer rule now and win.
Bingo. Thanks !
For sure :)
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.