View Single Post
Old 08-26-2014, 01:00 PM  
dicknipples
Formerly known as Lensman
 
Industry Role:
Join Date: May 2014
Location: Chicago, IL
Posts: 654
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.
dicknipples is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote