Shape 5

Joomla Templates => Touch of Soul - Club => : Muhammad Faisal February 23, 2010, 01:04:13 PM



: how can i align mp3 player in center...
: Muhammad Faisal February 23, 2010, 01:04:13 PM
hi,how can i align mp3 player in center, its left aligned by default see an example below
http://asliahlesunnet.com/joomla/index.php?option=com_content&view=article&id=367:2010-02-23-19-00-30&catid=69:2009-10-15-03-45-06&Itemid=70


: Re: how can i align mp3 player in center...
: mikek February 23, 2010, 03:13:11 PM
Hello, the only thing you can really do is add a right-margin to them by adding the following to the bottom of your template_css.css file:

.s5_mp3_player_wrap {
margin-right:100px;
}

Increase the 100 until they are centered.