2015-12-05, 12:23 PM
(2015-12-05, 02:46 AM)eNvy Wrote: Go to Square.css
Search #header
Replace the content with this:
#header { background: #005ea7; height: 200px; width: 1024px; min-width: 1024px; max-width: 1024px; margin: 0 auto; }
Now search #panel, replace the code with this:
#panel { background: #003965; height: 50px; width: 1024px; min-width: 1024px; max-width: 1024px; margin: 0 auto; }
Search #footer, replace with:
#footer { background: #003965; height: 200px; width: 1024px; min-width: 1024px; max-width: 1024px; margin: 0 auto; }
Finally, search #copyright and replace with:
#copyright { height: 50px; line-height: 50px; color: #FAFAFA; background: #005ea7; width: 1024px; min-width: 1024px; max-width: 1024px; margin: 0 auto; }
That's all.
Thanks a lot
