Bug Little Background Fix
#1
Bug 
Hi! I notice that the background in the website didn't show right in bigger resolutions than 1920px wide.

Here's a little fix for that:

Search for this code in wp-content/themes/paradise/Paradise/colors/dark.css line 53:

Code:
#sp .container {
    background: url("../images/colors/dark/bg_head.jpg") no-repeat scroll center -110px transparent;
}

And replace for

Code:
#sp .container {
    background: url("../images/colors/dark/bg_head.jpg") repeat-x scroll center -110px transparent;
}

That's all, happy new year!
Reply

Logout Mark Read Team Forum Stats Members Help
Little Background Fix0