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.

Replies

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

    Hi M

    Try going to Appearance > Customize > Theme Design > Menu and adjusting the padding there. It’s set to 3 now. Try 30.

  2. agadiap113 10 years, 4 months ago

    Changed to 30. Dont like now either. Worked before update….

  3. Andrew Misplon Staff 10 years, 4 months ago

    One moment…

  4. Andrew Misplon Staff 10 years, 4 months ago

    Hi Agadiap113

    You can fix/change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.

    /* Logo */
    #masthead.masthead-logo-in-menu .logo {
        padding: 10px 0 !important;
    }

    Apologies for the hassle.

  5. agadiap113 10 years, 4 months ago

    The menu is still too thick..

  6. Andrew Misplon Staff 10 years, 4 months ago

    Try changing your previous Custom CSS to:

    /* Logo */
    #masthead.masthead-logo-in-menu .logo {
        padding: 5px 0 !important;
    }
  7. agadiap113 10 years, 4 months ago

    Nothing changed

  8. Andrew Misplon Staff 10 years, 4 months ago

    Your Custom CSS in the page source code is still displaying:

    /* Logo */
    #masthead.masthead-logo-in-menu .logo {
        padding: 10px 0 !important;
    }

    It should be:

    /* Logo */
    #masthead.masthead-logo-in-menu .logo {
        padding: 5px 0 !important;
    }

    I can’t see a caching plugin in use so perhaps just confirm the change was made in Custom CSS. This change will ensure the bottom of the menu hover meets the bottom of the menu bar.

    Once the above is reflecting you could then also look at reducing the menu padding in the Customizer from 25 down.

  9. agadiap113 10 years, 4 months ago

    I changed it back, check now.. Its 5px…

  10. Andrew Misplon Staff 10 years, 4 months ago

    Now head over to Appearance > Customize > Theme Design > Menu and adjust menu padding. It’s on 25 now, you can go as low as 17 but not lower to make everything line up.

  11. agadiap113 10 years, 4 months ago

    Yeah. Thanks, superb customer service as usual:D

    Thanks

    A

  12. Andrew Misplon Staff 10 years, 4 months ago

    Super :) Really glad to hear that helped. Apologies for the hassle and thanks for your continued support.

    All the best.

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