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 #1495086
logo is gone on mobile
Closed

Comments

  • jozwiak started the conversation

    Hi. I cannot find why the logo is not visible in the tablet or mobile mode.

  •  7,092
    Oliver replied

    HI!

    pls. add following css:

    @media (max-width: 768px) {
        body #site-header .logo-position-menu_center:not(.header-layout-fullwidth_hamburger):not(.header-layout-overlay) > .site-title {
            display: table-cell;
        }
        .site-title .site-logo {
            max-width: 60vw;;
        }
    }

     

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

    Regards, Oliver