Course name too long at Courses front page how to add

Re: Course name too long at Courses front page how to add

by Antony Barela -
Number of replies: 0

Okey i feel sorry to open this topic i found the solution after a quick search:

in adatable.css file just uncommented this line and its works fine

.coursebox.panel.hover .panel-body .coursebox-content h3 {
    font-weight: normal;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 100%;
    line-height: normal;
}

if you find useful keep this topic if not just delete

Average of ratings: Useful (1)