Viewing 3 replies - 1 through 3 (of 3 total)
  • The theme you used isn’t supposed to have such a background image.

    Easy solutions:
    1. no background image
    2. background image that doesn’t interfere with the readability of the text.

    Hard solution:
    Try to force theme to behave like other site.
    Try adding a background to #main, fe. #main{ background: #fff; }
    But you’ll immediately see a bunch of other problems:
    – no padding (text goes up to borders)
    – not all text has border
    – …
    Sorry mate, no easy solution.

    Try adding this to your CSS:

    #main {
        background-color: white;
        padding-left: 50px;
    }

    Thread Starter dslrguitarguy

    (@dslrguitarguy)

    Perfect! Your solution was exactly what I wanted, WPyogi!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘White "page" between background and content’ is closed to new replies.