Mobile display

Posted in: Newspaper
Post count: 80

Hi,
There’s a small problem with the main slider title in the mobile view, the text is overlapped:

mobile ver

Post count: 6600

Hi,

You need to set a smaller font, like this: http://screencast.com/t/xyLwZkPzm2V

@media (max-width: 767px) {
.td_normal_slide .td-sbig-title-wrap .td-sbig-title {
font-size: 20px;
line-height: 12px;
}
}

Thanks

Post count: 80

Thanks Lucian.

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