Shopify themes, liquid, logos, and UX
I can not see the option to add spaces between the prices under my related products section and it looks very crammed. (See attached image)
Can someone show me how to fix it?
I would like to add some space between the "$44.95" and "$90.00".
Solved! Go to the solution
This is an accepted solution.
Hi @davidkduong
add this code in main.css :
.theme-money {
white-space: nowrap;
padding: 10px;
}
Hey @davidkduong
could you please provide me with your store URL? I will look into it and get back to you with a solution.
This is an accepted solution.
Hi @davidkduong
add this code in main.css :
.theme-money {
white-space: nowrap;
padding: 10px;
}
I was able to find it under the assets folder.
10px was a bit large but I just edited to 5px and it was good!
Thank you!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025