How to center product titles in the related products section?

Solved

How to center product titles in the related products section?

EC23
Excursionist
23 1 5

When on the Product page, in the related product section, not all titles are centered...how do I correct?

Screenshot 2023-12-23 at 9.47.37 PM.png

Accepted Solution (1)
PageFly-Henry
Shopify Partner
1184 335 286

This is an accepted solution.

Please try again with this code:

.card__information .full-unstyled-link {
 text-align: center !important;
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 286

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

EC23
Excursionist
23 1 5

I had already added that code to the bottom on the base.css file. Doesnt seem to be working for all products.

PageFly-Henry
Shopify Partner
1184 335 286

This is an accepted solution.

Please try again with this code:

.card__information .full-unstyled-link {
 text-align: center !important;
}

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.