Okay
  Public Ticket #1205841
Centering logo on mobile
Closed

Comments

  •  2
    Sarah started the conversation

    Hello, 

    I've read the comments but nothing has worked for code that I've added to the custom css - 

    I want the logo to be centered on mobile devices and right now it is left justified. 

    Help please!

    Thanks, 

    Sarah

  •  2,744
    Andrew replied

    Hi Sarah,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    #header-outer[data-transparent-header="true"] header#top #logo img.stnd {
        margin: 0 auto!Important;
        position: relative;
    }

    Please let me know if there are any more questions that I may answer for you :)

    Cheers!