Hi @Invigo-Health ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.price-per-item__container {
justify-content: center;
}
A store owner seeks help centering all elements (text, title, ratings, price, variants, quantity, buttons) on product pages and the featured product section of their Dawn theme store.
Solution Provided:
theme.liquid file (above </body> tag) successfully centered product page elementsbase.css fixed price container alignment issuesCurrent Status:
The centering issue is resolved. The conversation has shifted to a new request: configuring different collapsible rows for individual products using metafields. The original poster struggles with the logic/implementation despite attempting metafields. A community helper offered to provide detailed step-by-step guidance via direct contact/email to explain the metafield setup process for product-specific collapsible content.
Hi @Invigo-Health ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.price-per-item__container {
justify-content: center;
}