View Single Post
Old 08-26-2014, 01:17 PM  
XPays
Team Player
 
XPays's Avatar
 
Join Date: May 2004
Location: Inside the most accurately counting and reporting affiliate system in the world at XPays.com
Posts: 13,002
Quote:
Originally Posted by Bowser Koopa View Post
For as old as the design is on HuntingMoon, it's still a decent design... Here's a few alterations I suggest to make it better for users with bigger screens.

Currently:


Remove from body tag:
Code:
style="min-width:1150px;max-width:1350px;"
Inline styling is bad. Mmmkay?

Finally, change the following css styling to:
Code:
#page1 {
min-width: 1150px;
max-width: 1350px;
width: 100%;
margin: 0 auto;
padding: 0;
}
Final result:


As you can see, same setup, just centered and much better on bigger screens.
thanks and I sent this to our CTO

Quote:
Originally Posted by brassmonkey View Post
was kidding good luck with major biz
;-)
XPays is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote