This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Menu Padding changed after update

Resolved 7 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

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

7
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi 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.

  2. jasonjarvis 10 years, 4 months ago

    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 .

  3. Andrew Misplon Staff 10 years, 4 months ago

    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;
    }
  4. jasonjarvis 10 years, 4 months ago

    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 ?

  5. Andrew Misplon Staff 10 years, 4 months ago

    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.

  6. jasonjarvis 10 years, 4 months ago

    Bingo. Thanks !

  7. Andrew Misplon Staff 10 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread