Shape 5

Joomla Templates => Touch of Soul - Club => : alexius January 10, 2011, 09:25:41 AM



: Alignment of images
: alexius January 10, 2011, 09:25:41 AM
I am having problems with right aligning of images.
I use the following code:<img class="padded" src="images/stories/mustard seed_html_3c1cc45f.jpg" border="0" align="right" />
but my pictures remain left aligned (Chrome, Safari)

Example: http://www.greytontourism.com/index.php?option=com_content&view=article&id=327:the-feeding-scheme&catid=92:community-upliftment&Itemid=206

Any suggestions
Regards
Alex


: Re: Alignment of images
: mikek January 10, 2011, 09:33:41 AM
Hello,

The padded class has a float:left built in. You would need to edit editor.css and add the following to the bottom:

.padded {
float:right;
margin-right:0px;
margin-left:20px;
}