Jiew Meng

Web Developer, Computer Science Student

13 Apr 2011

bellabellini asked: Hiya,

I just Comic5 for my tumblr theme http://bellabellini.tumblr.com

I love it but I'd my my own links to be above the first block of links that include the 'ask me anything' and 'rss'. It would also be great if the side bar had a fixed position menu so you could see the links on the side bar even when you are scrolling right to the bottom.

I know some CSS. Can I add things like that in the advanced section or do I need the whole CSS file

sidebar {

  position: fixed; 
  left: 50%; 
  margin-left: 170px;
}

/* if you dont add the below, when scrolling, the sidebar will overlap the masthead */
#masthead {
  width: 600px;
}

But theres still the problem of the sidebar cut off when the user has a small screen (height)

Search

Loading