When I changed those CSS attributes the spacing problem went away!! I actually like them set something closer to the default skin settings so I went with:
Quote:
margin: 5px 15px 15px 15px;
|
I've also changed some of the buttons and gradients. I like a more subdued gradient and I'm not really into the standard drop shadow on text so I made the buttons smaller and flatter looking. I'm not done with the tweaks yet but I really appreciate the work you put into this skin, it is my favorite out of all those available for v3.5!!
Quote:
Originally Posted by jeramy
Is this happening in IE? If so, I know the problem you are talking about, and I have no clue how to fix it. Like I said, to make this style, I mostly edited the images and some CSS. I only actually changed two templates, so I have no idea why some of these errors are popping up. If a more advanced skinner were to want to try to help me figure out why there is that random space, I would be grateful. Strangely, not all instances of IE have this error because I have tried it on multiple computers. If this is not the same error you are talking about, it is new to me, and if so, take a screenshot and let me know.
To make it use 100% of the width, just to go to Style Manager -> Midnight Blue -> Main CSS. Then in the Body CSS (the first box) replace the "Extra CSS Attributes" with this:
Code:
margin: 0px 0px 0px 0px;
padding: 0px;
I actually like the look of this, so whenever I update the skin again, I'll be sure to include an XML file for this version of the style.
|