Slogan length

GK User
Sun Jul 25, 2010 8:30 pm
How do I increase the slogan length without the text wrapping?
User avatar
Gold Boarder

GK User
Mon Jul 26, 2010 12:53 am
Hi

Try something like this, for example:

Code: Select all
.logo-text p.site-slogan {width: 400px}


Cheers
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 12:59 am
Thanks! Which CSS page would I add that to?
User avatar
Gold Boarder

GK User
Mon Jul 26, 2010 1:08 am
Add it on template.css file.
Change width value to your needs.
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 1:18 am
Thanks, that worked. Can you look at gonegator.com if you have a sec. The Top Menu is now way to close to the slogan. How can I move the Top Menu to the right?
User avatar
Gold Boarder

GK User
Mon Jul 26, 2010 1:31 am
Try adding this code:

Code: Select all
#top-menu {margin:0 -230px 0 230px}
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 1:36 am
PERFECT! Thank you!
User avatar
Gold Boarder

GK User
Mon Jul 26, 2010 6:00 am
One more question, is there a way to add just a pixel or two between the logo and the slogan?
User avatar
Gold Boarder

GK User
Mon Jul 26, 2010 10:02 am
Use this:

Code: Select all
.logo-text p.site-slogan {padding-top: 5px}
User avatar
Platinum Boarder

GK User
Mon Jul 26, 2010 2:42 pm
Thanks again! Don't you sleep?
User avatar
Gold Boarder


cron