Shape 5

Joomla Templates => Eventfull - Club => : ffenter May 12, 2016, 08:23:07 AM



: Info Slide links on iPad/iPhone
: ffenter May 12, 2016, 08:23:07 AM
All my info-slides and my sub menus are not working on either iPhone nor iPad...

I have links within the info slides, how do I access them on a touch device?

http://www.scripttomovie.com





: Re: Info Slide links on iPad/iPhone
: jonahh May 12, 2016, 01:15:06 PM
Hello,

If you add the following to the top of your s5_responsive.css file under the below:

:
@media screen and (max-width: 970px){

Then add the CSS here:

:
.s5_is_css_9 .s5_is_slide_css_inner {
    position: absolute !important;
left: 0;
    right: 0;}

.s5_is_css_9 .s5_is_slide_css a.btn {
    margin-top: 7%;}

This should do it for you.


: Re: Info Slide links on iPad/iPhone
: ffenter May 13, 2016, 01:44:12 AM
perfect!! Thanx!!