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
.wrapper_s3d {height: auto; }
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 !
@media only screen and (max-width: 480px) {
.wrapper_s3d {height: 240px; }
}