As you can see, the price of each product is not aligned. I want it positioned at the bottom. How can I achieve this?
@xeliporit12 , Can you kindly share you store url and password?
@BSSCommerce-B2B , i’ve sent it in private chat ![]()
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file theme.liquid.
Step 3. Add this code above
Work like a charm, but I would like the white background if possible please ![]()
Of course, you can add more this code
.card__inner {
background: white!important;
}
Hope it helps ![]()
You are the best man. I really appreciate that
One last question how can i remove this part from my page ?

@xeliporit12 , use this code
.footer__copyright {
display: none!important
}
Thank you so much man! You’ve made it look amazing. I really appreciate your hard work ![]()


