How do I resize the area of the blog?
-
Hey Guys!
Here’s the site i’m dealing with: https://www.runescapeaddicts.com
I wonder how you might resize the width of the layout so that the Stone and border in fact are at the edge of the page, rather than having a large section of white at both sides; Doing this would make the postable area in the middle. Here’s the code i think applicable:
/* -------------------- LAYOUT -------------------- */ #container { margin: 0 auto; width: 1003px; padding: 0; margin: 89px 0 0 123px; } #page { float: left; width: 1003px; margin: 0; } #header { float: left; width: 1003px; background: transparent; } .mainwrap { float: left; width: 1003px; background: url(images/bg-in1.PNG) repeat-y top center; display: inline; margin: 25px 10px 0 10px; padding: 0 0 10px 0; } .content { float: left; width: 550px; margin: 492px 40px 0 59px; background:url(); position: relative; z-index: 1;}} #contactform { padding: 20px 0; border: none; }
Much help would be appreciated. Let me know if you actually need a different part of the code! Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I resize the area of the blog?’ is closed to new replies.