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.

Resize site name for phone, tablet

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

Hello Team JB!
I quite like your new Grid4 template. The name of the site does not automatically resize when scaling to phone or tablet. Can you tell me how I could make it resize?

Thanks in advance.
  • Patricia Lawson's Avatar
  • Patricia Lawson
  • 12 Month basic
  • 285 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Hi Patrica,
Sure something like this will work:
@media screen and (max-width:787px) {
#logo h2 {font-size:14px}
}

787px is the screen width you want to trigger this at.
Change h2 to whatever class you have for the logo.

Thanks
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.
The following user(s) said Thank You: Andrew
Thanks, Anthony.
I am only using words, not an image. I am using the custom module, as in the demo.
I can get the words to disappear when the screen is <787, but not just get smaller....
  • Patricia Lawson's Avatar
  • Patricia Lawson
  • 12 Month basic
  • 285 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
Do you have a link?

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Not yet: i'm developing locally. I am mimicing the demo, though, so if you can get the demo to work, I could use your technique.
  • Patricia Lawson's Avatar
  • Patricia Lawson
  • 12 Month basic
  • 285 posts
  • 1 Thanks
  • Karma: 1
The administrator has disabled public write access.
ok try adding

@media screen and (max-width:787px) {
#logo h2 {font-size:4em;}
#grid1wrap {margin-top: 15px;}
}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
The following user(s) said Thank You: Andrew
the font size you may want to adjust depending on your title and the same with the margin-top value

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