Centerin Image in Cornerstone

Hi how can I center the header image on my site

jamieharrisonmusic.com/bold-as-love-lesson (it’s the top header image that says bold as love lesson highest rated on youtube)

I tried adding aligncenter class but it didn’t work.

I also tried center-text class but no good either.

Can you take a look and let me know what to do?

Thanks
J

Hi there,

Please kindly add the CSS code below to X > Launch > Options > CSS:

.x-image.aligncenter img {
    margin: auto;
}

I also strongly suggest that you backup your website completely and update the theme to latest version.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.