Centering Logo

Hi everyone! I’m kind of an amateur with WordPress and I’m trying to center the logo dead center on the desktop version as the mobile versions are already centered. I found some code to put in the custom css section but it doesn’t really center it. I’ve removed the ad banner from that section. Can someone be kind enough to direct me on what needs to be changed? Thanks in advance!

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS:

.col-sm-4.header-logo {
width: 100%;
text-align: center;
}

if something did not work come back with the url of the page

Thanks!
Colorlib Support Team