CinemaLounge Slider Not Showing on Mobile Devices

Latest Reply from Dave at 2016-03-29 06:38:08
I was hoping someone might be able to help.

I built a site using Cinema Lounge. Site looks and works great on the PC. But on mobile devices the slider does not show. Anyone have any suggestions?

Here's the site:

www.newheightswrestling.com

Thank you so much!

Norm
Hi!

I found a solution for this issue.
Please, find the line:
/*	-==========================- SLIDER -==========================-  */
.slider-container { display:none; }

in the cinemalounge/css/tablet.css file and replace it with:
/*	-==========================- SLIDER -==========================-  */
.slider-container { display:block; }


Originally, this code looks this way in the tablet.css. Perhaps, you somehow changed this code before.

Leave a reply

Add codeAdd image