All Collections
Free Shipping Bear
General info
How to center the text on mobile devices
How to center the text on mobile devices
Jonathan Biri avatar
Written by Jonathan Biri
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?