Sidebar formatting


Author Message
JB

Posted: 4/28/2011
Quote message 

Bit of a noob question...created a WP theme in Artisteer. I want to center small images in my sidebar but have text in other blocks left justified. It seems the theme wants to center/left justify all the content in the sidebar. Image alignment seems to be overridden by the default theme block justification...is there an easy way to set justification for individual block content?
TIA!
 
Peter S

Posted: 4/30/2011
Quote message 

Someone may have another solution, but I use DIV tags when I need something centred.

eg.
<div align="center">YOUR CODE HERE</div>