Remove Mysterious Space Under Price And Above Color Swatch

www.kidkartz.com
how can i get rid of the space circled in red? thank you!

1 Like

Hello @nondualreality

The product installments div is causing the space:

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

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

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

1 Like

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:

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

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

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

1 Like