Please help, full height image banners on mobile

Topic summary

A user is attempting to make image banners display at full height on mobile devices but only the first banner achieves this effect.

Initial Solution Attempt:

  • Another user provided CSS code targeting specific image and section classes with padding: unset !important;
  • Included detailed instructions for locating and editing the theme’s CSS file in Shopify admin

Clarification:
The original poster clarified they specifically want the first two image banners (“FREE SHIPPING & FREE RETURNS” and “GET 10% OFF”) to display at full height on mobile.

Current Status:
The discussion remains open as the proposed CSS solution did not address the user’s actual requirement for full-height banners rather than padding removal.

Summarized with AI on November 11. AI used: claude-sonnet-4-5-20250929.

Hello guys, i’ve been trying to make my image banners full height on mobile, but it wont work - only the first image banner will get full height on mobile. Can anyone help me with this please?

My store url is: https://pa-stal.myshopify.com/

Thansk in advance.

Hi @mich706e Please add the code in your theme.css/base.css/style.css file which is available in your theme.

.image.image1 {
    padding: unset !important;
}

.section-template--21003591450947__custom_liquid_DbBxdp-padding {
    padding: unset !important;
}

.image.image2 {
    padding: unset !important;
}

If you are not sure where is your theme.css/base.css/index.css/style.css file please follow the steps:

  1. Login in shopify admin.
  2. Click on the Online Store.
  3. Then click on the button next to Customize in live Theme.
  4. Click Edit Code.
  5. Search theme.css/base.css/index.css/style.css in the code in left hand side which ever is available in your theme.
  6. You can add the above code at the bottom of the file.

Result:

If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.

Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!

Best Regards

Sahil

Sorry this is not what im looking for, i want the two first image banners to be full height.

The image banners where it says “FREEE SHIPPING & FREE RETURNS” and the other image banner “GET 10% OFF”