Please refer to my FAQ page before asking any questions!

Anonymous I really love your theme "Flick" but when I view it on my ipad, the sidebar does not stay fixed. Thanks for your help!

Mobile Safari acts differently than a regular desktop browser, and it’s on a smaller screen, so the sidebar acts differently.

Anonymous Hi im using barren theme. i wonder how do i put tweets on my sidebar??

Sorry, Barren doesn’t support Twitter.

ondanceatron Hi! On the Greying theme, I can't delete or edit posts from my blog page. The "delete" and "edit" options show, but when I click them nothing happens. Is there a way to correct this?

It has to do with the way I coded Greying. Try putting this in your Custom CSS:

#tumblr_controls { z-index: 999999999999 }

Anonymous hi there. im using your simplix theme and is it possible to get rid of the captions?

It is possible but I will not provide support for it.

For more information, read the Editing & Attribution section on my FAQ page (http://elletricity.com/faq)

Anonymous Hi how do i make the photos from a text post the same size? Im using greying :)

If I think I understand your question correctly, in your Custom CSS:

.post img { width: 100% }

Anonymous Hi I just wanna ask where in the Custom CSS do I place the "body { text-align: justify; }" to justify texts? And is there a code to also kind of justify photos? Thanks! By the way, I am using Greying :)

Just stick it in, doesn’t matter where you put it. If you want to make photos the same width, and I’m assuming you’re using the regular version of Greying, use .photo img{width:500px!important} and stick it in underneath the justify code.

handsomesquid I'm using your theme "Minimo" but the album art for audio posts don't show up. I tried codes from other sources but the album art to appear but nothing seems to work. Do you have a code I can use for this theme?

Try putting this in somewhere in-between {block:Audio} and {/block:Audio}

{block:AlbumArt}<img src="{AlbumArtURL}" alt=""/>{/block:AlbumArtURL}

freshestdirection Hey :) I'm using your 'Simplix-Theme' and I wanted to change it a bit. Like more rows so that more images fit in it and so on. It would be pretty much a major change in the css. Is it okay when I do this or should I remove you adress, I mean credits and so on?Thanks a lot and Merry Christmas, Adina

It’s okay to do this as long as you leave a credit somewhere. Sorry I answered this so late!

eyesoflauramars Hello, I was wondering, whenever you search a tag on your theme not all the results appear. You have to click on the specific tag link to get all of the results. Is there a way to fix this?

I’m afraid that’s a Tumblr error and not an error from my theme! Sorry I can’t help you.

dropaheartbreakaname I've started using your theme called Marine and it's pretty amazing but, there's one problem. See, I put 'Illumination' as my title but it keeps showing up as 'inexactitude'. Everything seems fine but the title still shows up as 'inexactitude'. Help :-(

It’s an error I made with the theme! I’m not sure if editing it on the official theme will help but you can edit it yourself - go into the HTML and look for “inexactitude” and change it to “{Title}” and that might help ^___^