pass: BOBS
1 Like
Hi @AMOB ,
I understand you want to center the product title and the variant options. You can achieve this by following the instructions below.
- From your Admin Page, click Online Store > Themes >Actions > Edit code
- In the Asset folder, open the base.css
- Paste the code below at the very bottom of the file.
.product__title {
text-align: center;
}
variant-selects.no-js-hidden {
display: flex;
flex-direction: column;
align-items: center;
}
did not work
This is PageFly - Advanced Page Builder. I would love to give you some recommendations
- Go to Online Store->Theme->Edit code theme.liquid paste my code before element
Hope my solution works perfectly for you!
Best Regards;
PageFly

