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 name over two lines?

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

I have a client whose business name is "Orton Used Cars & Golf Carts" but it is too long for the logo. It wraps onto a second line and looks unacceptable so I went back to using "Orton." I want two lines but with the second line lined up under the first word "Orton." Is this possible? If so, how do I make it happen?

My site is Orton's Used Cars.

Thanks,
Pat
  • Pat Vanden Bosche's Avatar
  • Pat Vanden Bosche
  • LIfetime Developer - Big Bamboo
  • 81 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Pat,

I think if this was me I'd look at an image for it and see how that looked

It would be possible to line it up with css although it would require adjustments when the screen size alters

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I do notice the menu is dropping to next row

this will help on wider screens

#menu ul > li a, #menu ul > li .zen-menu-heading {padding: 10px 10px 0px;}
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
CSS wise you would end up with something like this

orton.png
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I ended a linebreak in the h1 tag and added

#logo h1, #logo h2, #logo h3, #logo h4, #logo h5, #logo h6 {
font-size: 1.75em;
line-height: 1.5em;
}
  • 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