Closed (fixed)
Project:
Pleroma
Version:
5.x-2.0
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
29 Apr 2008 at 04:20 UTC
Updated:
13 May 2008 at 05:14 UTC
Looks great in IE, but Firefox is breaking up my slogan into four lines.
Figured I'd make the slogan short and sweet: "All business - All green"
I did have to play with the location to see it at all - because my site title is a little long -
Supermarket Green News!
But I have room out to the right, so I did this to styles.css …
#header #site-slogan {
position:absolute;
z-index:2;
top:20px;
left:510px;
color:#bdd2be;
font-size:14px;
font-weight:600;
margin:0;
padding:0;
letter-spacing:1px;
text-align:left;
}Like I said, works great in IE. Any suggestions?
Comments
Comment #1
jamescarvin commentedOK, I fixed it.
Foxfire needed to see a right side tag and Pleroma didn't provide it. So I had to override the sitelogo block with a min-width:750; line in order to prevent site-slogan from wrapping or hiding the text. yippeeeeee - problem solved!!
The tweeked code for the logotitle block needs to be …
And of course the end code for the slogan block is …
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.