Customizing SMF > Graphics and Templates

How to change to % width in ADK Cool Black 2.0?

<< < (2/3) > >>

Doctor Deejay:
Are you sure you have applied the changes correctly? :) It doesn't seem to display the changes (the css file still says 960 px). Also, try cleaning your forum cache. :)

4Birdman:
I changed it back because it was looking goofy. I put it back to what you said and cleared the cache. See what it is doing?

Doctor Deejay:
Ah I see. =/ I'm afraid it's because of the left blocks, I didn't think of that, sorry. :( I'll see what I can do :)

Doctor Deejay:
Ok, please try changing this too:
Find

--- Code: ---#content1 {
width: 780px;
float: left;
}
.links {
padding: 4px 0px;
text-align: right;
font-weight: bold;
}

.links a {
border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
float: left;
margin-top: -70px;
}

.sidebar {
float: left;
width: 180px;
padding: 0;
font-size: 12px;
}
--- End code ---
With

--- Code: ---#content1 {
width: 85%;
float: left;
}
.links {
padding: 4px 0px;
text-align: right;
font-weight: bold;
}

.links a {
border: none;
}

.links a:hover {
}

/* Sidebars */

#sidebar1 {
float: left;
margin-top: -70px;
}

.sidebar {
float: left;
width: 15%;
padding: 0;
font-size: 12px;
}
--- End code ---

4Birdman:
Great, that worked. The sidebar is a little chopped up now with the headings. Any way to make that a fixed width and then vary the width of the forum body?

THANKS!

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version