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.
pw: harubori
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.
pw: harubori
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!!