How can I reduce white space between title and image on homepage?

Hi, as it can be seen that there i a lot of white space between the title and the image on the featured collection section on homepage. someone please help to get it reduced.

1 Like

Hi @Happilydesigned

Would you mind to share your store URL? Thanks!

URL is www.happilydesigned.com.

but the theme in which i am facing this problem is not in use at the moment

1 Like

oh, i would need even just the preview. But check this code if it work on that theme.

From your Shopify admin dashboard, click on “Online Store” and then “Themes”.

Find the theme that you want to edit and click on “Actions” and then “Edit code”.

In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:

.collection__title.title-wrapper {
  margin-bottom: 0rem !important;
}

And Save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!