Centralise Logo - Text

Hello. Thank you in advance for you help.

I am working from the CHURCH theme, and have removed the logo and replaced it with my site name as text. It is positioned on the left of the screen. I would like it in the centre. Can you tell me how to change it to centralise the text logo please?

The site is: www.almcneice.com

Thank you!

Alex.

Hi Alex,

Thank you for reaching out to us. To centralize your text logo please add the following code in the Theme Options > CSS:

.x-brand {
    text-align: center;
    width: 100%;
}

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

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