Hi!
When viewing my site on an iPhone there is a problem with the popup when clicking login. Half of the popup is cut away. Any fix for this?
Also: Is there any way to hide the slideshow in the mobile version?
Magnus
Don Lee wrote:Hi,
Can you please provide your site URL to check?
Thanks,
/* popup */
#gkPopupOverlay,
#gkPopupLogin,
#gkPopupCart {
display: none;
overflow: hidden;
position: fixed;
z-index: 1000002;
left: 6%!important;
top: 5%important;
}
#gkPopupLogin,
#gkPopupCart {
position: absolute;
top: 5px!important;
}
#gkPopupLogin,
#gkPopupCart {
width: 320px;
margin-left: 0px!important;
}
#gkPopupOverlay {
background: #000;
width: 100%;
height: 100%;
z-index: 1000001;
top: 0!important;
left: 0!important;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
filter: alpha(opacity=45);
opacity: 0.45;
margin-left: 0;
}
/* Hide Imageshow in Mobile View */
.gkIsWrapper-gk_bikestore { display:none;}