Hello, I recently purchased a featured collections section with a slider from the section store on Shopify. ive tried a-lot of codes to center the title and prices on the product cards and nothing seems to work. i am adding the codes to “ss-featured.collectioon.liquid”. The section did not come with any option to center the title or price.
This depends on the code structure of your section. Generally, you only need to add text-align:center; to the title and price codes. However, it is possible that price uses flex layout, in which case you need to add justify-content: center; if it is vertical, you need to add align-items:center;
To center the collection title and prices of a the particular section “ss-featured.collection.liquid”, you can try adding the style inside the liquid file itself.
Also you might need to change the provided style code a bit.
Place the codes inside “style” in the “ss-featured.collection.liquid” file and also verify you’re using the correct class names.