Centering WordPress Custom Header Image/logo for Sparkling theme

I have tried to center this logo with #logo & using text-align, float, margin in the custom css. None of it is working. Could you tell me what I am doing wrong?

Website is “foxfitness-appogi.c9.io

Thanks! This one has me stumped!

Hi @bahtx,

I hope you are well today and thank you for your question.

Your site “foxfitness-appogi.c9.io” is not accessible and just displaying the blank page.

You can center the logo by adding the following CSS code in the Custom CSS option of Sparkling theme on the following path.

Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS


.navbar-header {
width: 100%;
}
#logo {
text-align: center;
}

If this doesn’t work then please share your site URl which is accessible so that i can further help you.

Best Regards,
Movin