how to separate slideshow from featured collection in mobile view

Hi, I’m using the Brooklyn theme and recently moved my homepage around, and added a featured collection. On desktop view looks fine but in mobile view, the title of the feature collection is hiding under the slideshow. how can i fix that? thank you in advance :slightly_smiling_face:

Hi! It looks like your slideshow section on mobile has a margin-bottom:-100px;

If you feel comfortable editing your themes code head over to the theme.scss.css and edit line 3864 to margin-bottom: 0;

That should fix your issue.

Hope that helps!

**Make sure you make a duplicate of your live theme to make code changes that way you have something to fall back

thank you for replying, is that under assets: theme.scss.liquid?

1 Like

@cheva

Yes, You can add this same code or Modify on theme.scss.liquid file.