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 #1467138
Logo on mobile
Closed

Comments

  • Pierre started the conversation

    Hi guys,

    First of all, TheGem is a great product. I love your template system and CSS animations.

    I am facing some difficulties having my logo to appear on mobiles (works fine on tablets).

    I guess it's due to the size of the logo.

    Could you provide a CSS line to solve this problem?

    Thank you,

  •  7,092
    Oliver replied

    HI!

    pls. use 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;
        }
    }

     

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

    Regards, Oliver

  • Pierre replied

    Worked fine.

    Thank you for the quick answer, REALLY appreciated.

  •  7,092
    Oliver replied

    Feel free to contact us if you need help.

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

    Regards, Oliver