mobile title font

Posted in: Newspaper
Post count: 101

hi can i edit this font? 32px so big. i want 22 px 🙂 how can i edit only for mobile? i dont use mobile theme plugin

https://yadi.sk/d/D_x2psok3Lx6VX

Post count: 101

and how can delete this space?

https://yadi.sk/d/r43WkKAy3Lx7im

can you write me custom css 🙂

Post count: 101

.td-main-page-wrap{
padding-top:0px;
}

its work for me.

https://yadi.sk/d/OJ5hhLxn3Lx879

but here must space for example 3px. how can i add space with custom css? i am using header ads spot.

Post count: 20688

Hi,

If you want to have the post title with a smaller font size just for mobile, you could use a code like this for example
https://www.screencast.com/t/EXKEqCfjO3
Entering it in Theme panel->Custom Code->Advanced CSS in the phones section will apply it only on smaller devices

.single .td-post-header header .entry-title {
font-size: 22px;
}

To add some space above the header ad try a code like this
https://www.screencast.com/t/DcH7Gslrq7

.td-header-sp-recs {
margin-top: 3px;
}

Thanks

Post count: 101

Soory but this is not working for me.

.single .td-post-header header .entry-title {
font-size: 22px;
}

i want only for mobile theme. can i do ?

  • This reply was modified 8 years by mhendiz.
Post count: 101

maybe i found 😀

@media (max-width: 1018px) {
.td-post-template-default .td-post-header header .entry-title {
font-size:22px;
line-height:25px
}}

this code working.

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