How can I remove white space above a featured collection

Hi Good Folks of Shopify;

Can you please help me remove this white space between a image banner and a featured collection. I have attached the image here ?

Any help will be appreciated.

@pskbecks

give me the store URL then i will solve this.

1 Like

@niraj_patel Thanks for the reply, Here is the store url

https://my-gurgaon-store.myshopify.com/

Please see on mobile view. Don’t bother with the desktop one.

@pskbecks

Please add this given code above in theme.liquid

layout >> theme.liquid

.collection .slider-mobile-gutter ul { margin-top: 0!important; }

after add the code,

Thank you, You are a lifeasaver :slightly_smiling_face: .