Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

Article font size titles in mobile version

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

I'd like to reduce article titles font size only in mobile version (just the titles). Some titles go beyond screen limit. Could you give me code for that?...

Thanks for any help.
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
Have a link for the site?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi, Paul!
Sorry, yesterday I had to leave. The site link is the same of the previous post.
www.tecnitrom.com/business/
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
Can you give me a specific example with its page url?

Thanks
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi, Paul, I've just got here. OK, I'll send you a pscreen soon.
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
Right a link for that specific page would also be good :)
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
OK, this is the page and the picture shows what happens in mobile screens.
tecnitrom.com/business/index.php/telecomunicacoes
Attachments:
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
The site is currently offline

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hi, Paul!
I'll have to leave now, I'll come back later. The site's online again. Thanks.
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
You need a media query for this

@media (max-width:480px) {
h1 {font-size:2em}
}

Try this

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Yes, it worked perfectly. Thanks!!! :D
  • divalmeida's Avatar
  • divalmeida
  • 3 Month Basic
  • 35 posts
  • Karma: 0
The administrator has disabled public write access.
You're welcome

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers