hi, is it possible to fix the height of the gamemagazine template for example to 1000px? thanks stefan
Junior Boarder
GK User
Sat Jan 14, 2012 12:15 am
By default out templates use dynamic height but you can try to use some css to <body> tag like : body {max-height: 1000px !important} maybe this will work.