Shopify themes, liquid, logos, and UX
Hi - wondering if someone can help me please?
I am wondering how to change the font size to make it bigger/smaller to make the wording fit correctly on the pop up cart page please. ("I understand my order will be posted 4-8 weeks after the image has been received: Yes, I understand") - This will be for desktop and mobile please.
The code for the form is in main-product-liquid lines 436 - 442.
Thank you in advance 🙂
Ankita
Solved! Go to the solution
This is an accepted solution.
Hi @Ankita31
I would like to give you a solution. Please follow these steps:
- Open edit code theme and find file component-cart-items.css and find the line of code:
.product-option *
The CSS code will look like this:
.product-option * {
display: inline;
margin: 0;
}
Replace with the following code:
.product-option * {
display: inline;
margin: 0;
word-break: break-word;
}
The result is:
I hope that it works for you.
Hi @Ankita31
Thank you for your question.
your site is password protected, please send me the password. I will check it.
Hi @Ankita31
If possible, please share with us your site password. We will help you check it.
Hi @Ankita31
It seems that your store is in error, so there is no place to enter passwords anymore. Can you kindly double-check your store?
Hi - I have sent you a message 🙂
This is an accepted solution.
Hi @Ankita31
I would like to give you a solution. Please follow these steps:
- Open edit code theme and find file component-cart-items.css and find the line of code:
.product-option *
The CSS code will look like this:
.product-option * {
display: inline;
margin: 0;
}
Replace with the following code:
.product-option * {
display: inline;
margin: 0;
word-break: break-word;
}
The result is:
I hope that it works for you.
@BSS-Commerce you are an absolute super star! I am ever so grateful to you for your help and for understanding my odd request! thank you so so much! 🙂
User | RANK |
---|---|
71 | |
65 | |
65 | |
53 | |
50 |
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023