I’m building an e-commerce website and on the mobile version of the product page the ‘add to cart’ buttons are not aligning (See image below). Does anyone know how I can fix this?
I’m building an e-commerce website and on the mobile version of the product page the ‘add to cart’ buttons are not aligning (See image below). Does anyone know how I can fix this?
@Abehsile - can you please share this page link?
@Abehsile - add this css to the very end of your base.css file and check
@media screen and (max-width:749px){
.usf-zone *{word-break: break-word !important;}
}
It worked, thank you so much for your help.