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.

Change Logo after collapse

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

that could work with a transform declaration, something else I do a lot. I'm not sure what the class selector is, and you may need to nudge with some positioning code, e.g....
<!--tablet-->
@media screen
  and (max-width: 800px)
  and (orientation: portrait) {

.logo {
  transform: scale(.85);
  }

}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
Last Edit: 6 years 8 months ago by blueshift.
The administrator has disabled public write access.
The following user(s) said Thank You: manh
Hey that works perfectly!

Thanks a lot.

Sean
  • Sean's Avatar
  • Sean
  • 12 Month basic
  • 207 posts
  • 1 Thanks
  • Karma: 0
The administrator has disabled public write access.
The following user(s) said Thank You: manh
Thanks Blueshift :)

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
and thanks for the update Sean

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