Skip to main content

How to center the text on mobile devices

Mollie Herbert avatar
Written by Mollie Herbert
Updated over 11 months ago

Follow these steps:

(1) Open the app

(2) Go to the advanced tab

(3) Inside the custom CSS box, add the following code:

.BarMessageContainer{

text-align: center !important;

justify-content: center !important;

margin-left: auto !important;

margin-right: auto !important;

}

(4) Save your changes.

Did this answer your question?