How To Center Everything On Product Page - Dawn Theme

Recently got some help here centering my home page but couldn’t get my product page to match. Does anyone know a code to center everything on the product page? Thank you very much. I’m on the dawn theme. link is thesweatshorts.com

Hi @a_hs82

This is Henry 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 base.css

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

.title-wrapper-with-link {

justify-content: center !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly


Hi, thanks so much for the response. Unfortunately, it is still left centered :(. Do I need to remove the other code that centered the home page? I would like to have both centered if possible