Solved

dawn theme help - cart type pop up notification help

Ankita31
Explorer
98 0 16

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.

 

Ankita31_0-1669246881081.png

 

The code for the form is in main-product-liquid lines 436 - 442.

 

www.smara.co.uk

 

Thank you in advance 🙂

Ankita 

 

Accepted Solution (1)
BSS-Commerce
Shopify Expert
3441 459 512

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:

view (28).png

 

view (29).png

 

I hope that it works for you.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

View solution in original post

Replies 8 (8)

ExpertRookie
Shopify Partner
1518 249 314

Hi @Ankita31 
Thank you for your question. 
your site is password protected, please send me the password. I will check it.

- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
Ankita31
Explorer
98 0 16

@ExpertRookie - Please check Private Message for password

BSS-Commerce
Shopify Expert
3441 459 512

Hi @Ankita31 

 

If possible, please share with us your site password. We will help you check it.

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

Ankita31
Explorer
98 0 16

@BSS-Commerce - Please check Private Message for password

BSS-Commerce
Shopify Expert
3441 459 512

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?

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

Ankita31
Explorer
98 0 16

Hi - I have sent you a message 🙂

BSS-Commerce
Shopify Expert
3441 459 512

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:

view (28).png

 

view (29).png

 

I hope that it works for you.

 

If our suggestions are useful, please let us know by giving it a like or marking it as a solution.

For B2B solutions and custom pricing, check out B2B Solution & Custom Pricing |
For adding product labels/badges, visit Product Labels by BSS

BSS Commerce - Shopify Apps & Store Development Service Provider

Hire a Shopify expert | Shopify Plus Store Development

Ankita31
Explorer
98 0 16

@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! 🙂