Logo Not Centering

Loving this theme, and installed the child theme 63 to move the menu under the logo, worked great but on mobile the logo is not centered. Looks good on all other devices.

Hi @jenemargaret,

I hope you are well today and thank you for your question.

Could you please share me your site URL where it’s displaying so that i can help you to centre align it?

Best Regards,
Movin

www.2femmarketing.com - the only time it isn’t centering is on smaller devices like mobile.

Hey there,

I hope you are well today and thank you for your question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*center logo on mobile devices*/
@media (max-width: 550px){
div#logo {
    left: 8%;
}
}

Best regards,
Support.