I have changed the background color for bottom5 to black as follows:
- Code: Select all
#gkBottom5 {
background: #000;
}
But it only goes to the page width 1230 pixels. Out side that it is still #fff. I tried adding "background-size: cover", etc, but no good.
How do I extend my background color to the whole screen?
Thank you.