How to eliminate spacing in multirow format?

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?

Ribe_Dagandara_1-1687813989055.png

Thanks!

If its this one.

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. 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:
  4. And Save.
.multirow__inner.page-width {
    row-gap: 0px;
}

Result:

I hope it help.

hi, no worries! thank you for looking into this, yess I wanted to remove that spacing so it looks like this:

Hi, thank you so much, it actually helped!