Forum Moderators: not2easy
[edited by: alt131 at 11:40 am (utc) on Oct 10, 2011]
[edit reason] Thread Tidy [/edit]
The main div that holds the content has a width of 100% on the homepage, however on the category page...
<body id="category">
<div id="content">...</div>
#content {
width: 100%;
}
#category #content {
float: left;
width: 75%;
} #content {
width: 100%;
}
#nav + #content {
float: left;
width: 75%;
}