How Do I Decrease The Space Here?

Solved

How Do I Decrease The Space Here?

Simon159
Explorer
135 0 26

Hey, how do I decrease the space here only by a little bit. I attached a picture and my website, thank you!

https://charmente.com/products/charmente-flared-work-yoga-pants

IMG_0444.jpg

Accepted Solution (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Simon159 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.kaching-bundles__block.kaching-bundles__block--loaded {
    margin-top: -15px !important;
}

 

Result 

LizHoang_0-1740278124976.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Reply 1 (1)

LizHoang
Shopify Partner
1250 158 196

This is an accepted solution.

Hi @Simon159 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

.kaching-bundles__block.kaching-bundles__block--loaded {
    margin-top: -15px !important;
}

 

Result 

LizHoang_0-1740278124976.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program