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.

Menus changed after update, please fix

Resolved 12 replies premiumthemetheme-vantage
Started · Latest reply by Andrew Misplon

my meny changed after update. The color around the text links in my meny dont og all the way Down to the border. Also the text is not in the middle (vertically middle). What is wrong? How to fix?
M

URL: http://www.agsurvey.no

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

12
  1. Andrew Misplon Staff

    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

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

  3. Andrew Misplon Staff

    One moment…

  4. Andrew Misplon Staff

    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

    The menu is still too thick..

  6. Andrew Misplon Staff

    Try changing your previous Custom CSS to:

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

    Nothing changed

  8. Andrew Misplon Staff

    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

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

  10. Andrew Misplon Staff

    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

    Yeah. Thanks, superb customer service as usual:D

    Thanks

    A

  12. Andrew Misplon Staff

    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