Okay
  Public Ticket #756528
Mobile Logo
Closed

Comments

  • Oliver started the conversation

    Hi Tahir,

    Is it possible to centre the Logo on Mobile?

    Many thanks in advance,

    Oliver.

  •  8,994
    Tahir replied

    Hey ,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    @media only screen and (max-width: 1000px) and (min-width: 1px) {
        body[data-slide-out-widget-area="true"] header#top #logo, #header-outer[data-mobile-fixed="1"] header#top #logo {
            display: table !important;
            margin: auto;
        }
    }
    
    

    Bes.t


    ThemeNectar Support Team 

  • Oliver replied

    Perfect! Thank you.