Home Forums WordPress Themes – Premium Circumference Centred Logo Reply To: Centred Logo

#20829
Shekhar Bhandari
Participant

Hi Keir,
Yes, it is possible to center the logo using Jetpack’s custom CSS.
To do this:

#cir-logo-group-wrapper {
	text-align: center;
}

Thanks.