Currently using Refresh theme.
Product names overlap with pricing (see image) in the checkout:
Is there any way to fix this without reducing char in product name?
Thank you,
Currently using Refresh theme.
Product names overlap with pricing (see image) in the checkout:
Is there any way to fix this without reducing char in product name?
Thank you,
I think you could fix this by setting a max-width. Link your store if you want further guidance.
Store is currently password protected www.pelene.net
In that case I need the password as well
Sent it via private message
Navigate to assets → base.css and add the following code to the end of the file:
._1fragemfc._1frageme0.iZ894 {
max-width: 295px;
}
If it doesn’t work, try this:
._1fragemfc._1frageme0.iZ894 {
max-width: 295px !important;
}