You’re very welcome! Just find this bit after #navbar
background-image:url(‘{image:navbar}’); background-attachment:fixed
and replace it with this:
background-image:url(‘{image:navbar}’); background-attachment:fixed; background-position:bottom left; background-repeat:no-repeat
It does seem like your description is pretty long, so it’s most likely that your screen size crops it off. I can see the next button on my screen, so it is there, it’s just hiding. Try clipping a line or two from your description and it should come back. :-)
I’d suggest making sure both the pagination codes are intact (both the one that starts with .pagination and the one that starts with <div class=”pagination”>). You can always try reinstalling the theme if your trouble persists. Sorry I couldn’t be more helpful!
Thank you so much! :3 You should try recopying the codes. I can’t tell exactly what’s up if I can’t take a look at your blog, but hopefully that will help you out. :-)
Of course there is! All you have to do is fill in urls and title here:

If you’re confused, this tutorial may help you as well. :-)
Lovely manners! :-) The theme’s background is set not to scroll, but if you did some tweaking to the codes, you may have accidentally deleted the bit that makes it stay put. Look for this bit:
body {color:{color:text}; text-align:justify; font-size:10px; font-family:{font:body}; background-color:{color:background}; background-image:url(‘{image:background}’); background-attachment:fixed}
And make sure you still have the bolded part. Message me again if you’re still having trouble!
There isn’t really one. The image you upload will act like a background image and tile if it’s too small in either direction. The navbar is 140 wide if that helps you. :-)
No worries, this one’s an easy fix. Just find this:
text-transform:lowercase
and change it to text-transform:uppercase or text-transform:none. :-)
No problem! Just find this bit:
<div id=”sbartitle”>{Title}</div>
And delete it. However, that’ll leave too much space between your sidebar image and description. If you want to fix that, you can find this bit:
#sbartext {margin-left:20px; margin-right:20px; font-family:{font:body}; font-size:10px; color:{color:text}; text-align:justify; font-style:normal; margin-top:10px}
And change margin-top:10px to margin-top:0px. I hope that helps! :-)
Your problem is most likely that you don’t have your ask turned on. Make sure that in your blog settings, you have the box next to “let people ask questions” checked. I hope that helps! :-)