Quote:
Originally Posted by GaryT
Your sites fluid version looks good now. I don't run the fluid version. I'm in no hurry. The Grandkids are still here for a few more days so I can't spend much time on the pc anyway 
|
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

.