Re: Remove Mysterious Space Under Price And Above Color Swatch

Solved

Remove Mysterious Space Under Price And Above Color Swatch

nondualreality
Excursionist
29 3 8

www.kidkartz.com
how can i get rid of the space circled in red? thank you! Screenshot 2024-02-06 at 12.43.13 PM.png

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
9873 2352 2949

This is an accepted solution.

Hi @nondualreality 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 750px){
#ProductInfo-template--15404845400138__main > div:nth-child(6) {
    margin: 0px;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1707246022235.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 6 (6)

Sweet_Savior_3
Shopify Partner
1371 104 145

Hello @nondualreality 

 

The product installments div is causing the space:

Sweet_Savior_3_0-1707242767713.png

 

If you dont want it then disable from the customization if there is any option available. Or remove the code from the file.

If you face any issue with it try to ask a developer to help you on it.

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
nondualreality
Excursionist
29 3 8

thanks for pointing this out, do you know where i can go to delete the relative codes? theme.liquid or? thank you!!!

Sweet_Savior_3
Shopify Partner
1371 104 145

You can check with with either of the files available in your theme like product.liquid or product-template.liquid or main-product.liquid or product-form.liquid.

 

If you are facing issue to solve it you can provide the collaborator access for your code editor of your store so I will fix it for you.

 

Thanks

Don't forget to like and accept the solution to help others store owners.
Looking for an expert or Have any queries ? Send query to the Inbox
Coffee Tip ? Pay to shopify.dev.34@gmail.com
From Less To Further !!!
nondualreality
Excursionist
29 3 8

Just sent an inquiry to your email regarding access! Thanks!

Made4uo-Ribe
Shopify Partner
9873 2352 2949

This is an accepted solution.

Hi @nondualreality 

Check this one. 

From your Shopify admin dashboard, click on "Online Store" and then "Themes".

Find the theme that you want to edit and click on "Actions" and then "Edit code".

In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

 

@media only screen and (max-width: 750px){
#ProductInfo-template--15404845400138__main > div:nth-child(6) {
    margin: 0px;
}
}

 

And Save. 

Result:

Made4uoRibe_0-1707246022235.png

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
nondualreality
Excursionist
29 3 8

the world needs more people like you...!
thank you so much!