change content margin only on main home page
-
i am trying to change the #content margin of my home page, index, to span further accross, sense i removed the side bard widgets i have more room for more content, but it automatically avoides placing content where the weidget would go because of the margin, i can get this to work by
changing:
#content {
margin:0 280px 0 20px;
}to:
#content {
margin:0 20px;
}
in styles.csswhich works great,
But, this does it for every page, i only want this for my home page,.Thanks!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘change content margin only on main home page’ is closed to new replies.