tina-blaine said:

hello, your themes are lovely! I was just wondering about theme 2; is there any way of making your icon (in the circle in the second sidebar) smaller to preserve the quality? thank you so so much!

Thank you :)

Look for this part in the code:

<div class="icon"><a href="/"><img src="{PortraitURL-96}" style="height: 90px; width: 90px; -moz-border-radius: 95px; border-radius: 95px" title="home"></a></div>

Now, tumblr icons come in different sizes and the next smaller ones are 64px and 48px. You have to decide which one you want, then you edit it into the code; like with the 64px it would look like this:

<div class="icon"><a href="/"><img src="{PortraitURL-64}" style="height: 64px; width: 64px; -moz-border-radius: 95px; border-radius: 95px" title="home"></a></div>