Ride theme - Change gap size between links in the footer

I’m using the Ride theme, and I’m trying to change the size of the gaps between the links and the text if anyone could help please.

Shop preview: https://elkkhl790if1jnc9-54738059451.shopifypreview.com (edit: wrong preview link posted)

1 Like

Hey @AlloyRamps

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
.site-footer__rte p {
margin: 10px;
}

1 Like

Hi @Moeed , so sorry I just realised that I pasted the wrong link and unfortunately that code doesn’t work.

Here’s the link to the theme preview from my screenshot: https://elkkhl790if1jnc9-54738059451.shopifypreview.com

Hi @ZestardTech , sorry I posted the wrong preview link so unfortunately the code doesn’t work.

Here’s the correct link to the preview: https://elkkhl790if1jnc9-54738059451.shopifypreview.com

1 Like

Hello @AlloyRamps ,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.footer-block__brand-info .rte p {
margin: 0;
}
.footer-block__details-content li a {
padding: 0;
}

1 Like

Hey @AlloyRamps

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Thank you!

1 Like

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.