Is it possible to change side-slide width?
I tried to change side slide width from 250 to 350px
#Side_slide
{
right: -350px;
width: 350px;
}
yet, if you resize browser extra 100 px stay on screen.
is there any solution?
#Side_slide
{
right: -350px;
width: 350px;
}
yet, if you resize browser extra 100 px stay on screen.
is there any solution?
Comments