How to center "order special instruction" on cart page dawn theme?

Solved

How to center "order special instruction" on cart page dawn theme?

SinghSells
Explorer
54 1 10

Question in title. Please let me know how to center that special instruction note text on mobile cart page.

Thanks

Accepted Solution (1)

DaisyVo
Shopify Partner
4402 488 582

This is an accepted solution.

Hi @SinghSells 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

cart-note.cart__note.field > label[for="Cart-note"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 74% !important;
}

 

 
 
I hope this helps,
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution

View solution in original post

Replies 4 (4)

GTLOfficial
Shopify Partner
851 176 190

Hello @SinghSells 

website url and password please.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
SinghSells
Explorer
54 1 10

here is the link 

 

no password

 

(some of the countries under ip block list I hope you wont be from one of them to access the site.

DaisyVo
Shopify Partner
4402 488 582

This is an accepted solution.

Hi @SinghSells 

 

To complete your requests, please follow these steps:
  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.

 

cart-note.cart__note.field > label[for="Cart-note"] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 74% !important;
}

 

 
 
I hope this helps,
 
Best,
 
Daisy
Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Avada SEO & Image Optimizer - The #1 SEO solution
SinghSells
Explorer
54 1 10

Thanks