http://www.newyorkhotellbokning.se
Hi,
I have chosen Logo Center but the header is not in the center.
What code shall I add?
Thanks
Charlotte
Hey Charlotte,
Try the following CSS code to help:
.logo {
left: 15% !important;
}
Best regards,
Jordan
Thanks Jordan,
I have added the code but don’t see any change. I also change the % but not change…
Hi,
Try to use this code and place it in Quick CSS (located in Enfold > General Styling):
#top .logo {
left: 50%;
margin-left: -403.5px;
}
@media only screen and (max-width:980px) {
#top .logo {
left: 0;
margin-left: 0;
width: 90%;
}
}
Hope this helps :)
Best regards,
Nikko
Thanks :)