Home › Forums › CSS › Responsive design issue › Re: Responsive design issue
June 20, 2013 at 11:12 am
#139619
Member
I added this to my css for smartphones:
@media (max-width: 480px) {
.sk_wrapper{
width: 86.8%;
}
}
The width is smaller now and seems to fit, but still there is some space on the right which makes it possible to scroll horizontally