XF 1.3 How to align background of header

avalon-ua

Active member
Licensed customer
How to align background of header as it is shown on a picture where blue background is on the same vertical line as the main forum....

upload_2014-6-23_1-56-51.webp
 
Hmm that's strange, i use the same code on my site and it works :/

I copied this directly from my extra.css, i hope it works for you :)
Code:
#logoBlock .pageWidth .pageContent { background-color: #fcfcff; }
Now it changed colour to white but left and right sides left unhangable

upload_2014-6-23_22-58-15.webp
 
Now it changed colour to white but left and right sides left unhangable

View attachment 76496

So to remove the grey -> Style Properties -> Header and Navigation -> Header -> Remove the background there

If you want a background that spans 100% of just where the logo is from the left of the page to the right:

Code:
#logoBlock
{
background-color: #FFF;
}
 
Back
Top Bottom