I used a joomavatar galleria module in js_joomla3 template in 'slide show' position. This works on desktop but the galleria is automatically hidden in mobile mode. It works on other position like position-a in mobile mode.
How can I unhide and show the joomavatar galleria or flexislider in 'slide show' position in mobile mode.
thank you.
The topic has been locked.
Re: Slide show position on mobile devices
11 years, 7 months ago #9266
SA Thuy
Dear vigan,
Please open yt-bootstrap-responsive.css file (yoursite/templates/sj_joomla3/css/yt-bootstrap-responsive.css) and find:
#yt_slideshow {
display: none;
}
change to:
#yt_slideshow {
display: block;
}
Thanks
The topic has been locked.
Re: Slide show position on mobile devices
11 years, 7 months ago #9292