Skip to main content
All CollectionsFree Shipping BearGeneral info
How to center the text on mobile devices
How to center the text on mobile devices
Mollie Herbert avatar
Written by Mollie Herbert
Updated over a week 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?