Hi there!
I would like to center the logo on my site.
thanks!
Hi there!
I would like to center the logo on my site.
thanks!
Hi eldiablosf,
Try to add this code in your Quick CSS(located in Replete > Theme Options > Styling) or custom.css(located in wp-content/themes/replete/css):
.logo.bg-logo {
width: 100%;
left: 50%;
margin-left: -140px;
}
Just change the margin-left value to -(50% width of your logo)px. Hope this helps.
Regards,
Ismael
thank you very much!
This topic has been closed to new replies.