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.

logo (image) on fixed bar?

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

Last detail - getting a logo into the fixed position. there doesn't seem to be a setting in the template manager for this (unlike, ahem, some of your competition).
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Oh, never mind. while waiting 3 minutes for your supply, i found something that worked. FBO others:

.fixed #navwrap .zen-spotlight {
background: #30A4FF url("/images/my_logo_white.png") no-repeat scroll left top;
height: 50px;
}

to adapt the change in height, i nudged the menu

.fixed #navwrap #menu.zen-menu {
position: relative;
top: 8px;
}
  • blueshift's Avatar
  • blueshift
  • 6 Month Developer
  • 2579 posts
  • 78 Thanks
  • Karma: 26
The administrator has disabled public write access.
Lol nice one David - thanks!

Seems like a good solution. It's certainly an option we should add to the templates.
  • Anthony Olsen's Avatar
  • Anthony Olsen
  • LIfetime Developer - Big Bamboo
  • 23925 posts
  • 788 Thanks
  • Karma: 433
The administrator has disabled public write access.

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

Happy Campers