James New
James New

Reputation: 91

White space instead of repeating background image

I have currently re designed my portfolio site located at http://www.jn-design.co.uk

When the window is resized (to mimic smaller resolutions) I have a large white gap to the right of my website. I have tried various solutions , but none solve the problem without making other problems.

Any help would be greatly appreciated!

Upvotes: 3

Views: 152

Answers (1)

Pranav 웃
Pranav 웃

Reputation: 8477

You could try this, this should work.

body {
    display: table;
    width: 100%;
}

Upvotes: 3

Related Questions