Venture Theme - Logo List - Adjust spacing between rows

Hi!

Please can someone assist me.

I am using the Venture theme and I have a logo list at the bottom of my homepage.

The spacing between rows of logos is currently different. I would like to make the spacing between rows the same and smaller. See screenshot below.

www.electricrideco.com

Thanks!

Hi @guyv ,

I checked that the current distance is the same. Because the logo list image has different sizes, you will feel it differently. But actually the distance between the logos is equal

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

@AvadaCommerce

Hi! Thanks for your reply.

Is there a way I can make the distance between rows smaller?

Hi @guyv ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
#shopify-section-1645530656da5c7ac7 .medium-up--one-quarter {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

1 Like

@AvadaCommerce

Great! Thanks a lot.