Okay
  Public Ticket #2974438
Center logo on mobile only
Closed

Comments

  •  2
    wmbcmarketing started the conversation

    Center the logo on mobile but NOT on desktop


    Cheers!

  •  279
    Noah replied

    Hello there,

    Thanks for getting in touch with us.

    Please try the css below:

    @media only screen and (min-width: 1px) and (max-width: 999px) {    #top .col.span_3 {        left: 50% !important;    }    body #header-outer[data-format="centered-logo-between-menu"] #top #logo {        transform: translateX(-50%) !important;    }
    }

    Thanks