Sidebar in themes

13 views
Skip to first unread message

Brian

unread,
Feb 28, 2010, 3:01:37 PM2/28/10
to Posterous Custom Theme Developers
I placed a couple of pictures in my sidebar on Posterous, but how do I
get them centered? I tried the usual <center> and the Align="center"
but none works.

Andrea

unread,
Mar 2, 2010, 3:28:04 AM3/2/10
to Posterous Custom Theme Developers

Hi Brian,

try using css properties, the <center> tag is not sufficient.

Try this:

<div style:"text-align: center">
my centered content
</div>


surrounding your content with a div with a text-align: center style :)

gpenston

unread,
Mar 2, 2010, 10:47:26 AM3/2/10
to Posterous Custom Theme Developers
Maybe try, style="margin: 0 auto;" or style="margin: 0 auto; text-
align: center;" on the sidebar element.
Reply all
Reply to author
Forward
0 new messages