When on the Product page, in the related product section, not all titles are centered…how do I correct?
Hi @EC23
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
h1.collection-hero__title {
text-align: center !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
I had already added that code to the bottom on the base.css file. Doesnt seem to be working for all products.
Please try again with this code:
.card__information .full-unstyled-link {
text-align: center !important;
}
