Hi, I have an issue I want to remove the spacing between rows in multirow, I’ve tried many codes but none of them work:
Hi @arutze ,
Can i give a try? WOuld you mind to sharte your URL website? witth password if its protected. Thanks!
Hi Ribe_Dagandara,
Thanks for replying and offering to help!
Would you mind If you share the steps with me so I can try to do it myself? It’s for the Dawn theme
Thank you,
Aru
Hi,
I’ve sent you a personal message, sorry I misunderstood your message at first.
Thank you for your help!
Oh sorry, I have a lot of wrong spell. Its just want to ask the store URL. Can I clarify, Is this space you like to remove?
![]()
Thanks!
If its this one.
Try this.
- 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” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
- And Save.
.multirow__inner.page-width {
row-gap: 0px;
}
Result:
I hope it help.
Hi, thank you so much, it actually helped!


