Space between blog image and title after adding app

Hi there,

I added a size chart app to my store today (Debut theme), and something about the code caused my blog to have large spaces between the photo and the title of the blog. I’ve reverted to the previous code to check, and this was the only change I made today that could’ve caused this issue. I’ve done some digging into the code but can’t find this issue.

Thanks,

Lizzy

Hey @lizzy4 ,

Without being able to see your theme, it’s difficult to establish what is happening. Would you mind sharing your website URL so we can take a closer look?

Look forward to hearing from you!

Whoops! Here you are: https://www.shoparrayed.com/

Hello Lizzy!

Please add the below CSS code in the theme.css file at the bottom to reduce the space between the photo and the title:

.article__grid-image-container {
    height: 0px !important;
}

Hope this helps.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme-styles-responsive.css and paste this at the bottom of the file:
.article__grid-image-container {
height: auto;
}

Screenshot :- https://prnt.sc/UZUlmtDdmC-l

Thanks for this, but unfortunately it did not solve the issue.

Thanks for this, but unfortunately it didn’t solve the issue.