The site-slogan area extends too far to the right. When I set the text-align property to "right", the slogan extends beyond the border of the header area. Even when set to "left", the text area extends too far to the right, but the slogan displays in a reasonable position. In the attached file, I set a border to show the placement, of text-align:right.
Site where used is: http://loony.risny.com/
| Comment | File | Size | Author |
|---|---|---|---|
| LOONY_header.jpeg | 31.13 KB | rstanley |
Comments
Comment #1
rstanley commentedSite should be http://loony.rsiny.com/
Sorry!
I managed to correct the problem for now with a kludge in the style.css:
#header.logo-slogan #site-slogan {
...
/* width: 100%; */
width: 895px;
...
}
I would still like to see this corrected in the next version.
Thanks!
Comment #2
jacineHi, sorry but I can't think of a good way to fix this that will satisfy the masses. There are many different possible combinations of logos/slogins here. Plus I have no way of knowing what size image people will use for their logos.