Shopify themes, liquid, logos, and UX
www.kidkartz.com
how can i get rid of the space circled in red? thank you!
Solved! Go to the solution
This is an accepted solution.
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!
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
Just sent an inquiry to your email regarding access! Thanks!
This is an accepted solution.
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!
the world needs more people like you...!
thank you so much!
2m ago Learn the essential skills to navigate the Shopify admin with confidence. T...
By Shopify Feb 12, 2025Learn how to expand your operations internationally with Shopify Academy’s learning path...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025