There seems to be spacing between the description block and accordion block since adding a split tag for long description. How can this be removed. I know the id, but ID is NOT changing the space to be even with the other accordion spacing.
Hi @xnyjyh ,
Step 1. Go to Admin → Online store → Theme > Edit code
Step 2. Find the file base.css
Step 3. Add this code to the end of file
.product__accordion.accordion {
margin-top: 0px!important;
}
.product__info-container .product__description {
margin-bottom: 0px!important;
}
Result:
If it helps you, please like and mark it as the solution.
Best Regards
Unfortunately it did not work ![]()
Hi @xnyjyh , can you share your store url ?
@xnyjyh , Add this code to your theme.liquid file before the tag :

