Hey, I would like to put the logo in the center as I'm planning to get rid of the header menu...
Thanks for a response
Centering the logo
4 posts from 3 voices-
Posted 12 months ago #
-
Hi,
Try using adding this code in your Quick CSS or custom.css:
.logo, .logo a { left: 50%; margin-left: -180px; }The code above is assuming that the your logo is (360px wide). So it works like moving the logo 50% from the left and then moving it back half the width of the logo(using the negative sign), making the logo in the center. Hope this helps. :)
Regards,
IsmaelPosted 11 months ago # -
Sorry for the late answer...
The code you gave me didn't work out but instead I found this solution :.logo, .logo a {
float: none;
margin: 0 auto;
width: 200px;
}
The width being the size of the logo...Thanks anyway
Posted 11 months ago # -
Glad you were able to find a fix that worked for you :)
Regards,
Devin
Posted 11 months ago #
Topic Closed
This topic has been closed to new replies.














