have you tried refreshing the page after you install the theme?
have you tried refreshing the page after you install the theme?
sure! ok so look for this code
#sidebar {width:250px; margin-left:20px; position:fixed; background-color:{color:entries};bottom:0px; background-repeat: no-repeat; background-attachment:fixed;-webkit-border-radius: 8px;-moz-border-radius: 8px;border-radius: 8px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
and where it says bottom:0px; change it to top:125px;
find this code and erase it completely
#sidebar:hover {bottom:200px;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;}
now you need to move the links up as well so look for this code
#sidebar4 {width:140px; margin-left:280px; bottom:80px;position:fixed; background-color: transparent; border:0px solid {color:sidebar};}
and change the bottom:80px; to top:125px;