Okay
  Public Ticket #970536
Centered (horizontal) Menu in Firefox
Closed

Comments

  • Tiago started the conversation

    Hi,

    I'm using your centered (horizontal) menu, in Chrome and Internet Explorer it works fine, however in Firefox it doesn't work so fine - the name of the pages don't stay in line and the search field works in a strange way when we insert the word in the field - please see the images.

    Thanks and regards,

    Tiago

  • [deleted] replied

    Hi Tiago,

    Please add this CSS and it will fix your issue:

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav ul.menu > li {
    display: table-cell;
    float: none;
    padding: 0 20px;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav {
    margin-left: -60px;
    }

    .main-header.menu-type-full-bg-menu .full-screen-menu.menu-horizontally-center nav .search-form .search-field + label {
    white-space: nowrap;
    }
  • Tiago replied

    Hi Arlind,


    Thanks a lot, it works! I added it to the Custom CSS in the field "/* Laborator Custom Code :START */".


    Regards,

    Tiago

  • [deleted] replied

    Hi Tiago,

    I'm glad to hear that :)

    Will set this ticket as solved from here.

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance!