avalon-ua Active member Jun 22, 2014 #1 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....
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....
vishall Active member Jun 23, 2014 #2 Code: #logoBlock .pageWidth .pageContent { background-color: #000; } Place that in the extra.css Upvote 0 Downvote
avalon-ua Active member Jun 23, 2014 #4 vishall said: Code: #logoBlock .pageWidth .pageContent { background-color: #000; } Place that in the extra.css Click to expand... sadly doesn't work... it changed only colour of header to black Upvote 0 Downvote
vishall said: Code: #logoBlock .pageWidth .pageContent { background-color: #000; } Place that in the extra.css Click to expand... sadly doesn't work... it changed only colour of header to black
vishall Active member Jun 23, 2014 #5 avalon-ua said: sadly doesn't work... it changed only colour of header to black Click to expand... 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; } Upvote 0 Downvote
avalon-ua said: sadly doesn't work... it changed only colour of header to black Click to expand... 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; }
avalon-ua Active member Jun 23, 2014 #6 vishall said: 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; } Click to expand... Now it changed colour to white but left and right sides left unhangable Upvote 0 Downvote
vishall said: 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; } Click to expand... Now it changed colour to white but left and right sides left unhangable
vishall Active member Jun 23, 2014 #7 Hmm, i think @Russ should be able to help you out here, he give me the exact code what i posted above and it worked on my site. @Russ , can you help @avalon-ua out here? Upvote 0 Downvote
Hmm, i think @Russ should be able to help you out here, he give me the exact code what i posted above and it worked on my site. @Russ , can you help @avalon-ua out here?
Russ Well-known member Jun 24, 2014 #9 avalon-ua said: Now it changed colour to white but left and right sides left unhangable View attachment 76496 Click to expand... 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; } Upvote 0 Downvote
avalon-ua said: Now it changed colour to white but left and right sides left unhangable View attachment 76496 Click to expand... 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; }
avalon-ua Active member Jun 24, 2014 #10 @Russ, @vishall thank you guys for help!!! Upvote 0 Downvote