All things Shopify and commerce
Hello!
I have just realised that my "related products" at the bottom of my product page are not centered. Please see screenshot for reference. Is someone able to please give me the code for this? I want the "you may also like" text to come in line with the images please.
For the mobile version of this same section, I would like less padding to the left and right, and the titles of each product to be centered on the image.
Thank you very much! Ella
URL: https://www.livwithin.com.au/products/soft-weave-mat-sun
Hello @ellacoker ,
Follow these steps:
1. Go to Online Store -> Theme -> Edit code
2. Open your Assets > base.css file and paste the following code at the bottom:
h2.related-products__heading.inline-richtext.h2 {
text-align: center;
}
@media screen and (max-width: 767px) {
product-recommendations.related-products.page-width {
padding: 0 0px !important;
}
}
Regards
Naveen
Hello @ellacoker
Please add the code below to your CSS file(base.css).
// to add space at the top of the section
.related-products{
margin-top: 50px;
}
// to center the heading
.related-products .related-products__heading{
text-align: center;
}
// to center the product grid
.related-products .grid.product-grid{
display: flex;
flex-flow: row wrap;
justify-content: center;
}
Now you will add this code after the recommendation section will look like this(Attached screenshot).
Hi @ellacoker
Try this one.
h2.related-products__heading.inline-richtext.h2 {
text-align: center !important;
}
@media only screen and (max-width: 749px){
product-recommendations.related-products.page-width {
padding: 0 20px !important;
}
}
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hello, The mobile worked! however, there is still too much padding to the right on desktop. Can I add something to that code to fix this?
Thanks!
Ella.
URL: https://www.livwithin.com.au/products/soft-weave-mat-sand
Hello @ellacoker
Please follow the steps below after logging into the Shopify admin:
.related-products .related-products__heading
{
padding: 0 10px;
}
@media screen and (max-width: 479px)
{
product-recommendations.related-products.page-width
{
padding: 0 15px !important;
}
product-recommendations.related-products .card .card__heading .full-unstyled-link
{
text-align: center;
}
}
Please hit Like and Mark it as a Solution if you find our reply helpful.
Thank You,
WebDesk Solution Support Team
Get a Free Quote | Email | Shopify Partner | Shopify Development Agency | Call: 877.536.3789
Canada: 150 King St W. STE 200, Toronto, ON M5H 1J9
| USA: 98 Cutter Mill Rd. STE 466, Great Neck, NY 11021
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025