How to remove empty spaces in mobile view

GK User
Fri Sep 26, 2014 5:56 am
Hi,
have a look at this http://prntscr.com/4q4z5r I want to remove those spaces while viewing from mobile. http://apps.atoa.com/test/ this is my site link.kindly help me with this
User avatar
Senior Boarder

GK User
Fri Sep 26, 2014 7:18 am
Hi,
1) This is "your module issue" not in Gavick, you've have in custom.css height:450px !
Check line(~17): modules/mod_za_slitslider/css/custom.css
2) But to fix it use:
Code: Select all
.wrapper_s3d {height: auto; }

instead !
User avatar
Platinum Boarder

GK User
Fri Sep 26, 2014 10:52 am
Oscar E wrote:Hi,
1) This is "your module issue" not in Gavick, you've have in custom.css height:450px !
Check line(~17): modules/mod_za_slitslider/css/custom.css
2) But to fix it use:
Code: Select all
.wrapper_s3d {height: auto; }

instead !


Thanks for the reply :) :) But that made my slides to disappear in desktop view :(
User avatar
Senior Boarder

GK User
Fri Sep 26, 2014 11:00 am
Upsss,
use this code under in this same file:
Code: Select all
@media only screen and (max-width: 480px) {
.wrapper_s3d {height: 240px; }
 }


2-nd, next time, we don't support strange written modules from our competition ;)
User avatar
Platinum Boarder


cron