Quote:
Originally Posted by TheLastSuperman
Hmm try replacing your .ablogo definition in additional.css with this one:
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};
margin-left:-{vb:math 946/2}px !important;
margin-right:-{vb:math 948/2}px !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;
}
For me it's fixed and on the demo, this should sort yours and will be included in the next revision but let me know if otherwise  .
|
It closed up the gap quite a bit. Looks like there is approx 15 to 20 pixels left but, shouldn't this issue be fixed so that minimum page width is at least somewhere around 1000 before a side scroll will appear?