---HOW TO MAKE A LITTLE SIDEBAR WITH YOUR DESCRIPTION THERE AND THE SCROLL THING---
hi c:
so, idk but this is the way i make it c:
the first thing is do an other "sidebar" so, it would be something like this:
-------------------------------------------------
div#sidebar2{
position:fixed !important;
margin-left: 820px;
width: 145px;
height: auto;
padding: 2px;
line-height:10px;
font-size: 8px;
font-family: tinytots;
letter-spacing:0px;
margin-bottom: 0px;
margin-top: 140px;
background-color:white;
border: 1px dashed #CACACA;
}
-------------------------------------------
(you can paste that second sidebar code under the first sidebar)
obvsly, change the width, the margins and all that stuff for the ones you want c:
2. find this in your theme code:
--------------------------------
<div id="cage">
<div id="center">
<div id="sidebar">
--------------------------------
under <div id="sidebar"> you'll find some stuff, and in that stuff you'll find something that says {description} delete it c: and at the end of that stuff, you'll find something that says </div> so, under that, paste this:
-------------------------------
<div id="sidebar2">
<div style="overflow:auto; line-height:13px; width: 172px; margin-top: 3px; height: 45px;border: 1px dashed #CACACA">{Description}</div></div>
-----------------------------------
do you see those numbers? (in the line-height in the width in the margin-top etc etc...) change them with your owns and i guess it's ready c:
if you have any question or something please let me know c:
http://plankt0n.tumblr.com/askView count: 242