How to fix product name and price overlap in Refresh theme checkout?

How to fix product name and price overlap in Refresh theme checkout?

StefanZ
Tourist
10 0 1

Currently using Refresh theme.

 

Product names overlap with pricing (see image) in the checkout:

 

chrome_M2cMFNYqwD.png

 

 

Is there any way to fix this without reducing char in product name?

 

Thank you,

Replies 6 (6)

fadi_yousif
Shopify Partner
346 43 67

I think you could fix this by setting a max-width. Link your store if you want further guidance.

Freelance Shopify Developer


Did I help? Leave a tip!

StefanZ
Tourist
10 0 1

Store is currently password protected www.pelene.net 

fadi_yousif
Shopify Partner
346 43 67

In that case I need the password as well

Freelance Shopify Developer


Did I help? Leave a tip!

StefanZ
Tourist
10 0 1

Sent it via private message

fadi_yousif
Shopify Partner
346 43 67

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;
}

 

Freelance Shopify Developer


Did I help? Leave a tip!

StefanZ
Tourist
10 0 1

Tried both - it seems to be less of an overlap, but it's still there:

 

chrome_N4U6RVtQUi.png