How to remove the blank space once collection title has been removed?

Hi there,

I have moved my Debut theme from scss to css and I seem to be having the same issue as I had before. This time the solution to my previous post is not working. https://community.shopify.com/c/Shopify-Design/How-to-remove-blank-space-once-you-remove-page-title/m-p/1034545#M261562

I need to get rid of the gap between the menu bar and the line above the filtering options.

My URL is: https://miniaturemayhem.co.uk pass: help

Thank you :slightly_smiling_face:

1 Like

Hi there @4legs ,

Can you please specify which gap you are talking about? You can share a screenshot.

Hi @UmairA ,

Thanks for the response. I have included a screenshot. It is the empty space when I got rid of the collection page title.

hii, @4legs
Paste this code on top of the theme.scss file.

div#PageContainer {
    margin-top: -56px !important;
}

Thank You.

Hi, @Zworthkey thank you, seems to have worked but I had to get rid of all the description text that I had :slightly_smiling_face:

@Zworthkey

I have just noticed that it effects the spacing on mobile version, is this a separate thing?

Thanks