Logo to the center

Hello,

is the please any way to put to logo to the center of the page?

Thank you
Jiri

Hello there,

I hope you are doing well today.

You can use the following CSS code to center the logo by going to Appearance > Customize > Additional CSS and pasting it there.

/*Center logo*/
.col-sm-4 {
    float: none;
    margin: 0 auto;
}

Best Regards,
Support

Very bad practice…
You shouldn’t overwrite global bootstrap class!

So,

do you know any solution?

Thank you
Jirka

Its depend… if we dont need ad banner in header we can make something like:

  1. add to class class=“col-sm-4 col-sm-offset-4 header-logo”
  2. in this div mentoined above for element a which has class=“custom-logo-link” add in css “text-align: center”;
    Now should be centered