How do i reduce the space between these custom buttons?

I want to reduce the amount of dead space between these custom buttons. Can anyone help? Is there a code i could use? I can’t find anything…
Thank you!

Can you share me the link of the page

Yes.

https://kimrichardsonbookstore.com/products/witches-of-new-york-the-complete-series

Hello @kimr3d ,

I see you are using Anchor tag as a button, which has style=“” attribute. Inside that attribute (inside double comma) add this code:

margin: 0.5rem 0;

It makes the gap comes little closer.

It should look like this:

chethan025_0-1731768637764.png

If this helps you, please mark this as a solution and drop a like.

Thank You,

1 Like

Thank you. I’m going to try it now!

It worked! Thank you :slightly_smiling_face:

Mark that answer as an solution