Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Responsive design issue Re: Responsive design issue

#139619
ctpweb
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