Padding/margin above product image

Solved

Padding/margin above product image

Ryan1998
Pathfinder
101 2 32

Could anyone help me please I have a slight gap above my product image and below my header on mobile view?

url: https://errival.com/

PHOTO-2024-08-26-17-02-44.jpg

 

Accepted Solution (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3014

This is an accepted solution.

Hi @Ryan1998 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px) {
    .slider.slider--mobile .slider__slide {
        padding-top: 0;
    }
}

 

And Save. 

result:

Made4uoRibe_0-1724688926986.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 2 (2)

BSSCommerce-HDL
Shopify Partner
2305 835 908

Hi @Ryan1998Can you kindly share the details of your problem (link page) with us? We will check it and suggest you a solution if possible.

Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

Made4uo-Ribe
Shopify Partner
10043 2388 3014

This is an accepted solution.

Hi @Ryan1998 

Check this one. 

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

 

@media screen and (max-width: 749px) {
    .slider.slider--mobile .slider__slide {
        padding-top: 0;
    }
}

 

And Save. 

result:

Made4uoRibe_0-1724688926986.png

 

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.