[Theme: Futuristica] Sidebar Fix
-
On lines 92, 97 and 104 of style.css, add width statements. The widths I use here are custom so you may want to increase or decrease them to meet your needs. Especially if you customize the sidebar images as I have (notice the png’s I use) here at ProLineup.com.
.sidehead {
width:238px;
background-image:url(images/sidebar.png);
height:30px;
}.sidebottom {
width:238px;
background-image:url(images/sidebar.png);
height:43px;
background-position:0px -43px;
}.widget-container {
width:214px;
padding:0px 12px;
background-image:url(images/sidebarmid.png);
overflow:hidden;
}Happy hacking!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘[Theme: Futuristica] Sidebar Fix’ is closed to new replies.