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 #2417714
logo hidden in a specific resolution
Closed

Comments

  • Nunzio started the conversation

    hi,

    i am using this theme https://codex-themes.com/thegem/sites/shop-grid-based/
    I noticed that in the resolution between 980px and 1212px the logo does not appear in the navbar.
    Is this a theme setting or is it so by default?

  •  7,092
    Oliver replied

    HI!

    Yes, hidden, because it does not' fit to the screen, pls. use following css to enable it there:

    @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;
    }
    }

     

    6707465710.png

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

    Regards, Oliver