I believe that the background is associated with the left/right columns. Thus, much content in the middle / center column, the end of the content is on darker background.
Would there be a way to associate the background down the page to the longest of all three columns?
Attached is a screen capture of the part of the screen where this annoyance happens.
| Comment | File | Size | Author |
|---|---|---|---|
| Andreas09-CenterColumnProblem.png | 6.89 KB | mdlueck |
Comments
Comment #1
mdlueck commentedI finally took the time to track this one down. Turns out, simply changing the background of the body class to the same color as the container class fixes the problem perfectly. I would certainly suggest making that change to the Andreas09 theme.
body {background:#f0f0f0;
}