Big thumbnail size for artist view

0
Hello,
when I change the "Big thumbnail size for artist view" to 130px only the height is changed.
Responses (4)
  • Accepted Answer

    Friday, September 09 2011, 10:03 AM - #Permalink
    0
    in which page?

    please link!
    The reply is currently minimized Show
  • Accepted Answer

    Friday, September 09 2011, 10:08 AM - #Permalink
    0
    on page Artist, or search with the format grid
    index.php?searchword=&format_id=&genre_id=&type_id=&tag_id=&option=com_muscol&search=albums&view=search
    index.php?option=com_muscol&view=artist&id=9
    The reply is currently minimized Show
  • Accepted Answer

    Saturday, September 10 2011, 03:21 AM - #Permalink
    0
    The problem is on this CSS /components/com_muscol/assets/artist_detailed.css

    with this code : width:117px; and height:117px;

    ul.albums_grid li {
    float:left;
    width:117px;
    margin:5px;
    background:none;
    }

    ul.albums_grid li div {
    display:table-cell;
    height:117px;
    vertical-align:bottom;
    }

    The reply is currently minimized Show
  • Accepted Answer

    Tuesday, September 13 2011, 04:08 PM - #Permalink
    0
    you can delete the height, this may work for you!... but again, I need a link to your page!
    The reply is currently minimized Show
Your Reply