Artwork Being Cutoff?

Mac
Mac
Offline
0
In the homepage albums are showing as bullets im guessing...and for whatever reason the artwork is being cutoff....any suggestions?

Link
http://bit.ly/rydhie
Responses (2)
  • Accepted Answer

    Wednesday, December 07 2011, 04:42 PM - #Permalink
    0
    it's just your CSS:

    .ja-moduletable ul li, .ja-module ul li, .ja-content-main ul li {
    background: url("/templates/ja_teline_iv/images/bullet.gif") no-repeat scroll 20px 6px transparent;
    line-height: 1.4;
    }

    and most important:

    .column ul li {
    background: url("/plugins/system/jat3/jat3/base-themes/default/images/bullet.gif") no-repeat scroll 20px 7px transparent;
    line-height: 160%;
    margin-bottom: 5px;
    overflow: hidden;
    }


    you must get ride of that "overflow:hidden" thing.
    The reply is currently minimized Show
  • Accepted Answer

    Mac
    Mac
    Offline
    Friday, December 09 2011, 02:09 AM - #Permalink
    0
    Sorry Germi....I was looking around for which file it was in? can you tell me which css file you found this?
    The reply is currently minimized Show
Your Reply