Okay
  Public Ticket #1474643
Extra Space in top menu
Closed

Comments

  • Aggelos1986 started the conversation

    I am having issues with my menu options being bumped out of line when I attach my logo. The logo doesn't have alot (almost any) transparent free space above or below so does anyone know if there is a buffer setting somewhere around logos that is forcing my menus out of the center?

  • [deleted] replied

    Hello.

    Try adding these custom styles here: Appearance->Customize->Additional CSS

    #menu-main-menu{
        display: table-cell!important;
    }
    @media screen and (max-width: 415px) {
        #menu-main-menu {
            display: none!important;
        }
    }

  • Aggelos1986 replied

    That worked perfectly! Thank you!