Quote:
Originally Posted by dirtysouth
Originally the Welcome message and forum content (forums & titles) were aligned with the header,navbar width. The red background (title etc) title_bg was extended to whole screen ( as you see in the edited attachement).
|
Okay I think I understand. If you want to float things to the left, your going to have to get rid of your fixed width and set width to auto. Then you can set your margin to '0'.
You have a couple of selectors you can alter.
.main_wrap
body, html
Try this first...
Code:
.main_wrap {
width: auto !important;
margin: 0 !important;
}
When your done remove the '!important'. That will only mess you up down the line.
--------------- Added 14 Aug 2013 at 19:19 ---------------
Quote:
Originally Posted by Zachery
Its probably your custom ads, that are breaking the style.
|
Good point.... I had adblocker on and didn't even see the ad's. I could not understand -- unless he modified the CSS already -- why the style would be different then the authors intent.