Solved

White Strip above Collection Image

blakeerea
Tourist
7 1 0

I am designing a site and there is a white strip above the collection image the the menu. I am not able to figure out how to remove it, I have checked all the scripts and still have no success. Can somebody please advise how we can remove this? Take a look here at https://delmawatches.com/collections/klondike-1 to see what I mean. Password is "delmapass" the theme is Prestige. If anyone can help that would be greatly appreciated. Thanks for your time!

Accepted Solution (1)
diego_ezfy
Shopify Partner
2958 568 890

This is an accepted solution.

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.smk-sections-above-content{
    margin-bottom: 0 !important;
}


Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials.
◦ Replace apps with copy/paste code snippets and save money.

View solution in original post

Replies 5 (5)

diego_ezfy
Shopify Partner
2958 568 890

@blakeerea 

Can you please send a screenshot of what exactly you'd like to remove?

◦ Follow my blog & youtube for coding tutorials.
◦ Replace apps with copy/paste code snippets and save money.
blakeerea
Tourist
7 1 0

Hey thanks for your reply, Notice the huge white space between the Collection Header Image and the Menu. Only Desktop this white space exists. It's not the problem on mobile. But this is existent across the whole theme and all collections. 

Screen Shot 2021-02-04 at 3.58.02 PM.png

diego_ezfy
Shopify Partner
2958 568 890

This is an accepted solution.

Do this to fix it in 20 seconds:

1. In your Shopify Admin go to: online store > themes > actions > edit code
2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:

.smk-sections-above-content{
    margin-bottom: 0 !important;
}


Please let me know whether it works.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials.
◦ Replace apps with copy/paste code snippets and save money.
blakeerea
Tourist
7 1 0

Thank you so much, Your amazing!

diego_ezfy
Shopify Partner
2958 568 890

@blakeerea 

You're welcome!

Next time feel free to contact me personally, I'll be happy to help.

Kind regards,
Diego

◦ Follow my blog & youtube for coding tutorials.
◦ Replace apps with copy/paste code snippets and save money.