Header Background Image width

  • Thread starter Thread starter bogus
  • Start date Start date
B

bogus

Guest
I cant find the setting to change an Image Background width (red Arrows) to the width of the Forum (green Arrows)

Unbenannt.webp
 
Sorry, I misunderstood what you were trying to accomplish originally. You can add this to extra.css to color in only that portion of the header (changing the color to suit you). Then clear the background color, or set it to whatever color you want, for the remainder of the header in style properties.

Code:
#header .pageWidth .pageContent {
background-color: #000000;
}
 
Top Bottom