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
Link
http://bit.ly/rydhie
Responses (2)
-
Accepted Answer
0it'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. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »