Hello , i am using manganese style , and every time i am enter in a thread the bg is bigger then the index bg , some zoom in css setings ( i want it like in the index (? What is the normal size of backround and how to quit that setting (zoom) ? Demo : http://www.metin2dr.com/forum/threads/asdsasdadasda.1/#post-15 - big bg http://www.metin2dr.com/forum/ - normal bg
You can try to find and replace following CSS code Code: body { text-size-adjust: 100%; font-family: 'Open Sans', sans-serif; color: rgb(20,20,20); background-image: url('styles/brivium/manganese/extra/bg-body.jpg'); background-position: center; word-wrap: break-word; line-height: 1.28; background-size: cover; } by Code: body { text-size-adjust: 100%; font-family: 'Open Sans', sans-serif; color: rgb(20,20,20); background-image: url('styles/brivium/manganese/extra/bg-body.jpg'); background-position: center; word-wrap: break-word; line-height: 1.28; background-size: 100%; background-attachment: fixed; }