Removing White Space on Debut Theme Between Photos

On the home page under featured collections there’s an excessive white space between images. Same with the collection pages. Any way to fix?

1 Like

Hi, @dauthority .

I can certainly see what you are going for here and this should be possible by manipulating some coding within your Theme. Since you are using a Shopify theme, this may be something our themes team can help you out with directly, permitting you have design time available. While we’re not able to provide account-specific support via the Shopify Community at this time, we’d be happy to continue assisting you through live chat, email, or callback. Please visit our Help Center here and log in to your account to create a support request. Once you explain your request to the support advisor they will be able to reach out to our themes team directly to look into this possibility.

I hope this helps you out moving forward, please do not hesitate to reach out to us here with any questions you may have!

@dauthority

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@dauthority

Please share your store URL.

hello @dauthority

can you please share your preview url

www.darlingauthority.com

1 Like

@dauthority

Please share store password!

Thanks!

@dauthority

thanks for URL bt your store is password protect

Password is “ENDLESSSUMMERVIP”

1 Like

@dauthority

yes please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.grid-view-item__image-wrapper, .grid-view-item__image-wrapper .grid-view-item__image {
max-width: 100% !important;
    max-height: 100% !important;
}