Cafe, a Tumblr theme i

Anonymous:

The alignment on photo posts really bothers me. How can I change that?

You should be able to modify that using custom CSS. The photos in photo posts are in a paragraph tag called “showPhoto”. So it would be something like this:

.showPhoto {property: value;}
February 2, 2011 @ 6:42 PM 2 notes

awhitesundress:

i installed your cafe theme for tumblr. it looks really nice, you did a great job!! but i wanted to customize it and i was wondering if you knew how to move everything to the right instead of in the center? thanks

Put the following in the Custom CSS box:

body {margin:2em 5em 5em;}
#contain {width:800px; float:right; margin-top:0;}
#footer {width:800px; float:right; margin:1em 0 0; padding-bottom:1em;}

You can change the “800px” depending on how wide or skinny you’d like it to be.

February 2, 2011 @ 6:38 PM 2 notes

Customization

Colors and the background image are now customizable.

January 7, 2011 @ 12:02 PM