Hey,
I have chosen ogo Center – Menu below
but as you can see the logo is on the left hand side – http://www.newyorkinspiration.com
What code shall I add?
Thanks
Charlotte
Hey Charlotte!
You have following custom CSS code
.html_header_top.html_logo_center .logo {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
Please remove it to center your logo :)
Best regards,
Yigit
Thanks Yigit .)
