Hi,
I have some products are not aligned in collection pages. How that can be fixed?
I’ve attachment screenshot as you can see .
I’m looking forward to help.
Theme : Ride
Issue : Product prices don’t look same line.
Thanks for your help.
SD93
A user encountered a product price alignment issue on collection pages in the Ride theme, where prices appeared misaligned across different product cards.
Solution Provided:
base.css fileImplementation Steps:
base.css fileCSS Fix:
body .card--standard>.card__content .card__information{
display: flex;
flex-flow: column;
justify-content: space-between;
}
Status:
Resolved - The user confirmed the solution successfully fixed the alignment problem.
Hi,
I have some products are not aligned in collection pages. How that can be fixed?
I’ve attachment screenshot as you can see .
I’m looking forward to help.
Theme : Ride
Issue : Product prices don’t look same line.
Thanks for your help.
SD93
Could you please share the store URL? So, I can check and help you in any possible way.
Thanks.
@SD93 , I’ll check and let you know soon.
Hi @SD93 ,
Please find the base.css file in your theme. And add the below code at the end of your base.css file.
body .card--standard>.card__content .card__information{
display: flex;
flex-flow: column;
justify-content: space-between;
}
You can find the base.css file by following the below steps:
From your Shopify admin, go to Online Store > Themes.
Click Actions > Edit code.
let me know if you have any doubt.
Great. It solved cause of you. Appericated .