Slideshow - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Slideshow

Ahmed Balfaqih

Ahmed Balfaqih

General 4 years ago

Hi support,

I placed a slidewhow at the top of my page. It looks great on desktip and tablet, but on the phone it looks, well, not good.

What will be the best way of making sure that the slideshow on mobile looks good? Are there steps to make do it right.

This our page https://clickgrafix.com/tenant-directory

Thank you.

0
1 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 4 years ago #35777

Hi,

Actually there is no specific way to make it more clear. But you can try one thing.Here it is

Use this custom css


@media (max-width: 767px){
.sp-background {
    height: 425px !important;
}
}

Add this css code inside the custom.css file. Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code. https://prnt.sc/pu705g https://prnt.sc/pu70zn In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0