Centering Site Title

Hi there,

I am wondering how I can center the “site title” - when viewed on mobile device or ipad, the title is off centered to the right.

Thanks
Carling

Hi Carling,

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

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#logo .site-name {
    display: table;
    margin: 0 auto;
}
#logo .site-name a.navbar-brand {
    position: static !important;
}

Best Regards,
Movin

Perfect! That worked! Thank you!!

You are most welcome here :slight_smile: