I want my logo to be at the center of main header. Now it looks like this: http://prnt.sc/8wny3z
help please.
Hi SimonPL!
Add this to your custom CSS.
.logo { left: 50% !important; position: relative !important; transform: translateX(-50%); }
Regards,
Elliott
Sorry, we have some misunderstood. I need to have a header like this: http://prnt.sc/8wzjz7 I need to center logo vertically.
O I changed CSS code to
.logo {
top: 20% !important; position: relative !important;
}
now it looks OK.
But in my opinion logo should be centered in default.