center text on mobile banner

Hello,

Can someone help me to adapt text to my mobile banner please
www.pilatera.com

Hi @scheli1

This is Amelia from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

.container.aos-init.aos-animate {

padding: 0 10px;

}}

Hope that my solution works for you.

Best regards,

Amelia | PageFly

Thank you