how do i center my website's logo when using Unite theme

hello. how do i center my website’s logo?

sixfiguresingles.net

thank you

You can center website logo for Unite WordPress theme by adding this simple CSS to Appearance >> Theme Options >> Other >> Custom CSS.

.site-branding.col-md-6 {
  width: 100%;
  text-align: center;
}

Let me know if this helps.

Yes, that works! Thank you.