How to make right sizes for slides on mobile version?

Hi All,

I need to help in getting the right sizes for slide shows on mobile version,

currently what I see on mobile is below. But I want to see how I see on desktop version.. Please help.

www.paw-pparel.com

pw: harubori

1 Like

Hi @Eileen12 ,

Go to Assets > base.css and paste this at the bottom of the file:

@media screen and (max-width: 749px) {
	slideshow-component .banner__box {
		padding: 2rem !important;
	}
	slideshow-component .banner__heading {
		font-size: 35px !important;
	}
	slideshow-component .banner__text {
		font-size: 20px !important;
	}
}

Hope it helps!

thank you so much!!

1 Like