Quote:
Originally Posted by kylek
Take a closer look at your screenshot you just posted and you will see the scroll bar showing at the bottom. Mine is the same as Markos using the fluid version. Using 1680 x 1059.
|
Quote:
Originally Posted by Markos
yip mine is fluid ive even tried to make it fit the screen 100% and still does it
|
Ok you two try this and tell me how it looks afterwords, in additional.css find:
Code:
.ablogo {
BLAH BLAH BLAH
}
.abimage {
BLAH BLAH BLAH
}
Paste over those two entire definitions (replace them basically) with:
Code:
.ablogo {
min-width: 100% !important;
min-height: 156px !important;
background: #0c121e;
background-color: #0c121e;
background-image: url(images/avenger_blue/misc/background_top.png) !important;
background-repeat: repeat-x !important;
background-position: center top !important;
background:{vb:stylevar header_background};
_background-image: none;
margin-left:-5.6% !important;
margin-right:-5.6% !important;
-moz-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
-webkit-box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
box-shadow: -3px 3px 3px {vb:stylevar shadow_color} !important;
overflow: hidden;
}
.abimage {
background: url({vb:stylevar titleimage}) center center no-repeat !important;
height: 155px !important;
margin-left: -2.8% !important;
}
Now how does it look? And thanks for the help, I did notice the scroll bar after you pointed it out
.