Long titles in list

Posted in: Newsmag
Post count: 226

hi guys and thanks in advance.

I noticed that when using “smart list 2” with long titles, the titles get cut at the end with “…”.

as for my sites I need longer titles most of the time I wonder, Is there a way to fix this? make it a two liner and make the counter a little bigger so it docent look strange?

any help welcome

Thanks!

Post count: 7909

Hi,

Please edit td_smart_list_2.php and make this change: http://screencast.com/t/DZ0vo2ylp68A
Result: http://screencast.com/t/8O5cVoDTIlf

Also you can use this css for counter in Theme Panel > Custom Css: http://screencast.com/t/7fH1iQV90Ry

.td_smart_list_2 .td-sml2-current-item-nr{
font-size: 30px;
}

Thanks!

Post count: 226

Thanks a lot, One last bit, how can I change the color of the square?

Post count: 7909

Hi,

Just add background-color to the above code: http://screencast.com/t/yiVEjdjE

.td_smart_list_2 .td-sml2-current-item-nr{
background-color: red;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.