Shape 5

Joomla Templates => CleanOut - Club => : Gutshot December 13, 2015, 03:44:48 AM



: Ipad display not good
: Gutshot December 13, 2015, 03:44:48 AM
Hi,

Nice template and works fine on desktop and mobile. However om Ipad landscape mode the right side is not good, somehow the site below the slider is shorter then the rest. On the right site you see blanc space. Maybe a setting which I can't find  (hope so).  Have disabled already all modules on by one but no luck so far. Also updated to vertex 4

Can someone plz have a look if they have the same problem in a tablet.. url in pm

Also see images attached

Thx.


: Re: Ipad display not good
: jonahh December 14, 2015, 03:52:02 PM
Ok I can take a look, could you post or PM a URL?


: Re: Ipad display not good
: Gutshot December 14, 2015, 03:57:44 PM
hi Jonah,

I send it in pm.



: Re: Ipad display not good
: jonahh December 15, 2015, 01:51:06 PM
Ok so the issue is we have the demo running at 975px width and you changed it to 1180px which is fine but you just need to adjust the below in your responsive.css file.  Just look at the top for:


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

/* DEFAULT
----------------- */

.s5_wrap {
width:95% !important;
}

}

And change it to the below, you may have to increase this max width number but I'm estimating this should be around the number you'll need:

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

/* DEFAULT
----------------- */

.s5_wrap {
width:95% !important;
}

}


: Re: Ipad display not good
: Gutshot December 15, 2015, 02:41:58 PM
Ah, great to hear Jonah.

Thanks !!!