1. rboersma
  2. Commercial Templates
  3. Thursday, 18 February 2016
  4.  Subscribe via email
Hi,

A bit difficult to explain, but it seems to me that the h tags are not responsive.
Example:
http://www.natuurlijkoosterend.com/index.php/logeren/11-logeren/1-finistere
when displaying on mobile phone the article title falls out of the viewport.

I tried experimenting with font-size: 2.5vw. That actually works but not to my satisfaction. The Title gets to small on mobile (portrait) devices.
Any ideas?
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

You could try setting a new font-size for your h2 tags by adding the following to the Custom CSS field of your templates parameters (edit to taste)...


@media only screen and (max-width: 767px) {
h2 {font-size: 1.8em;}
}


CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!