Spacing

0
My music collection isn't live yet but I'm having spacing issues.
I checked the layout file but can't find anything that would make it do that.

Any ideas?

You can check it here on top of the review/bio
http://rapzilla.com/rz/component/muscol/s/25-shai-linne
Responses (1)
  • Accepted Answer

    Friday, May 06 2011, 08:47 PM - #Permalink
    0
    in artist_detailed.css (http://rapzilla.com/rz/components/com_muscol/assets/artist_detailed.css)

    in the class .second_col_artist {

    add the line

    vertical-align: top;

    you will end up with

    .second_col_artist {
    padding-left: 15px;
    vertical-align: top;
    }
    The reply is currently minimized Show
Your Reply