Title post size – cell phones version

Posted in: Newspaper
Post count: 13

Hello,

I went to “Theme Panel – Theme Fonts – Post title” and i was able to choose the font size. It is working fine in desktop version … but in cell phone version i am seeing always the same size … how must i do to change the size for the cell phones version?

Thanks!

Post count: 22421

Hello,
The mobile version re-sizes the font for it to properly fit on mobile devices. It can be changed with custom css:
@media (max-width:767px){
.td-post-title .entry-title{
font-size:20px!important
}
}

Thanks.

Post count: 13

Thanks for your reply.

Where is the place to insert this code?

Post count: 23312

Hello sapito,

The code have to be added in Theme panel->Custom CSS area, like this -> http://screencast.com/t/b0EUiin3u3

Thanks.

Post count: 13

Thanks for your help!

Other question: the title is long, so it is in two lines … there is a lot of space between these 2 lines … how must i do to reduce this space?

Thanks!

Post count: 23312

Hello sapito,

I suppose that you have to reduce the line-height for your title. If you need more assistance in this regard, please provide your website URLK so I will be able to provide a more accurate code.

Thank you for the message!

Post count: 13

Hello Catalin,

Here is the url … http://666travel.com/cheap-round-trip-flights-from-atlanta-usa-to-los-angeles-usa-non-stop/

I am having the same problem for the desktop and mobile version.

Thanks!

Post count: 23312

Hello sapito,

If you want to reduce the spaces between your post title, you have to use a bit of CSS code for adjusting. Please try the code below and place it in Theme panel->Cusomt CSS area.

The code is ->

.td-post-title .entry-title{
line-height:28px!important
}

The result you should see here -> http://screencast.com/t/IbqOYf0jfE

Thank you for the message!

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