Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1583940
long in menu on tablet
Closed

Comments

  • leonfearless started the conversation

    Hey guys

    On a tablet when horizontal the logo drop off the menu. How can I get the logo to show.


    thanks

    Leon

  •  7,092
    Oliver replied

    HI!

    pls. use following css:

    @media (max-width: 1212px) and (min-width: 980px) {
    body #site-header .site-title a img.small, 
    body #site-header .menu-item-logo {
        display: inline-block !important;
    }
    }

     

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • leonfearless replied

    Hi Gregor

    That is better, is there a way to centre the menu :)

  •  7,092
    Oliver replied

    CSS:

    @media (max-width: 1212px) and (min-width: 980px) {
    #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #primary-navigation, #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger) #perspective-menu-buttons {
    text-align: center !important;
    }
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • leonfearless replied

    Hi Gregor sorry for being a pain

    Looks good but the logo has dropped off.

  •  7,092
    Oliver replied

    Check now

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • leonfearless replied

    Perfect that is great Gregor 

    :)

  •  7,092
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver