Timeline broken

Posted in: Newspaper
Post count: 6600

Hi,

Please add this CSS in Theme Panel -> Custom CSS:

/* responsive phone */
@media (max-width: 767px) {
.td-timline-h1-link a {
line-height: 21px;
width: 250px;
vertical-align: top;
}        
}
/* responsive portrait tablet */
@media (min-width: 768px) and (max-width: 1018px) {
.td-timline-h1-link a {
line-height: 21px;
width: 300px;
vertical-align: top;
}        
}
/* responsive landscape tablet */
@media (min-width: 1019px) and (max-width: 1999px) {
.td-timline-h1-link a {
line-height: 21px;
width: 450px;
vertical-align: top;
}
}    
/* responsive monitor */
@media (min-width: 1200px) {
.td-timline-h1-link a {
line-height: 21px;
width: 528px;
vertical-align: top;
}    
}

Thanks

  • This reply was modified 12 years by Lucian.
Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.