Padding below Announcement Bar and above Slideshow - MOBILE

Hiya! Not sure if this is due to any custom codes I have made but I have this white space above the slideshow on Mobile only. How can I remove or change that margin size? Heres my site - Devildaves.com

Hi @Ryanp

This is Henry from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

@media (max-width: 767px){

section#shopify-section-template–15537811161167__slideshow_V6TgEL {

margin: 0 !important;

}}

Hope that my solution works for you.

Best regards,

Henry | PageFly

Thank you Henry - I owe ya a coffee!