Centered title for featured collection not working on mobile

Hello @tmitch

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width:767px){ .title-wrapper h2 { text-align: center !important; } }