Increase Trending Now height in Mobile Portrait to view two lines

Posted in: Newspaper
Post count: 14

Hi TagDiv,

Is it possible to increase the height on Trending Now for mobile (portrait – 320*480) to show all the text when it wraps to two lines..?

Have tried increasing the .td-trending-now-display-area value but the second line of text is cropped.

Have also tried the following CSS but to no avail.


@media
(max-width: 768px){
.td-trending-now-wrapper{
height: auto!important;
}
}

Many Thanks

Post count: 22421

Hello,

You can use this css to increase the size of the container:

@media(max-width: 767px){
.td-trending-now-post {
height: 40px!important;}
.td-trending-now-wrapper{
height:70px
}}

Thank you!
Bogdan B

Post count: 14

Perfect..! Thanks Bogdan.

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.