Home>Support>Menu Padding changed after update

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 8 years, 11 months ago jasonjarvis

    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. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 8 years, 11 months ago jasonjarvis

    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. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 8 years, 11 months ago jasonjarvis

    Bingo. Thanks !

  7. 8 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More