Anonymous:
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;}
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;}
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.