Re: Large space between imag and text on mobile in the image and text section in Dawn

Large space between imag and text on mobile in the image and text section in Dawn

LeeAnnW
New Member
4 0 0

I have a huge gap between my image and text on mobile in the image and text section in Dawn theme. How can I get rid of it?

Replies 3 (3)

Bundler-Manuel
Astronaut
1012 51 118

Hi there @LeeAnnW  To deal with the space between the images and the text section, I suggest that you copy and paste this code

<style>

.card__inner.color-scheme-2.gradient.ratio {
max-height: 170px !important;
}

.card__content {
flex-grow: 0 !important;
}

.card__information {
padding-top: 0 !important;
}

</style>

Let me know if this works for you!

Emmanuel
Please let me know if it works by marking it as a solution!
Bundler - Product Bundles app, a great bundle app for Shopify, with glowing user testimonials and a free plan.
LeeAnnW
New Member
4 0 0

Can you please tell me where I would paste this code? And this is for mobile view?

 

LeeAnnW
New Member
4 0 0

Can you please tell me where I would paste this code? And this is for mobile view?