Okay
  Public Ticket #2913124
Bug - Logo not centered on mobile
Closed

Comments

  • Ruizfa started the conversation

    Hi! Thank you for the theme.

    The starting logo in mobile (before scrolling) is not centered. It shows a bit to the right. What can be done to fix this? It looks too bad this way.

    Thank you. Screenshot attached. 

  •  2,959
    Andrew replied

    Hi there,

    Use the following CSS.

    @media only screen and (max-width: 690px){
        #header-outer[data-has-menu][data-format] #top .row .span_3{
            width: 40% !important;
        }
    }
    

    Regards