Adding a right sidebar at front page
-
Hi,
How do I ad a right sidebar (div) at the front page?
Adding and changing the css into this doesnt help (bold is added/changed):
/* Front Page
=================================== */
#front-page #hottags {
float: left;
width: 150px;
overflow-x: hidden;
}
#front-page #rightbar {
float: right;
width: 150px;
overflow-x: hidden;
}
#front-page #discussions {
margin-left: 170px;
margin-right: -20px;
width: 440px;
}
.frontpageheatmap {
font-weight: normal;
line-height: 30px;
padding-bottom: 10px;
}
thx
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.