A user needs to reduce white space/padding on mobile view without affecting the desktop layout. The gap appears between sections and looks correct on desktop, but needs adjustment for mobile devices.
Solutions Provided:
SideNode suggested adding CSS to target the slideshow section with padding-bottom: 10px !important in the theme.css file
However, this caused the slideshow to overlap with video content on mobile
Moeed provided a media query solution to apply padding changes exclusively to mobile devices (max-width: 768px), added via the theme.liquid file above the </body> tag
Resolution: The mobile-specific media query approach successfully solved the issue, allowing different padding values for mobile without impacting desktop view. The user confirmed satisfaction with the solution.
Summarized with AI on November 18.
AI used: claude-sonnet-4-5-20250929.
I want to close the below white gap - it looks good on Desktop. How do I change the padding on Mobile only? If I change it on the below coding then it overlaps the Slideshow/Video sections on Desktop.