hi
As you can see below link, when we resize the browser the "gkBannerRight" (the red login box with banners) disappears from 768 pixel.
http://parsgame.ir/new/
is there any suggestion why does it happen?
regards
/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.onlytablet { display: none; }
.onlymobile { display: none; }
/* tablet/mobile suffixes */
.onlydesktop { display: block; }
.box.onlytablet { display: none; }
.onlymobile { display: none; }