4legs
1
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 
1 Like
UmairA
2
Hi there @4legs ,
Can you please specify which gap you are talking about? You can share a screenshot.
4legs
3
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.
4legs
5
Hi, @Zworthkey thank you, seems to have worked but I had to get rid of all the description text that I had 
4legs
6
@Zworthkey
I have just noticed that it effects the spacing on mobile version, is this a separate thing?
Thanks