Good day!
We just want to ask why there is a large spacing between all the products/items when clicked.
Please check the image below.
Theme: Planter Ver 2.0.0
URL: https://vionicshoes.com.ph/
Thank you.
Good day!
We just want to ask why there is a large spacing between all the products/items when clicked.
Please check the image below.
Theme: Planter Ver 2.0.0
URL: https://vionicshoes.com.ph/
Thank you.
Hey @SMSIGroup1
Follow these Steps:
{% if template contains 'product' %}
{% endif %}
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @SMSIGroup1 ,
You can try this code by following these steps:
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code
Step 2: Search file base.css, theme.css, styles.css or theme.scss.liquid
Step 3: Insert the below code at the bottom of the file → Save
.main-content {
padding-top: 0 !important;
}
.g-breadcrumb {
margin-bottom: 0 !important;
}
Here is result:
Hope this can help you,
If our suggestions are useful, please let us know by giving it a like or marking it asa solution. Thank you
Hi @SMSIGroup1
Please add this code to your theme.liquid file, after in Online Store > Themes > Edit code
Best Regards,
Dan from Ryviu
Hello @SMSIGroup1
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
{% if template contains ‘product’ %}
{% endif %}
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Thank you Dan, it works!
You are very welcome!