Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
-
- CommentAuthormmead
- CommentTimeJun 24th 2008
I am following your tweaks tutorial using the serenity theme. I think I'm successfully changing the code in the header.html to include my new logo.gif, and I'm at the stage where my website name is in the left of the header and my logo just to the right of the website name. However, I'm having trouble hiding the title in the CSS document. I'm editing the styles.css using Dreamweaver and adding this code to the very end of the styles.css document:
#header-home .headermain {
position:absolute;
left:-9999px;
}
#header-home .logo {
float:left;
}However, the title remains. Any idea why the code is not working?
Thanks
M -
-
CommentAuthorptrkmkl
- CommentTimeJun 24th 2008
I'm not sure why this isn't working for you. To be sure, I just cut and pasted your code above into styles.css on the Serenity theme, and, sure enough, my site title disappeared.
Do you have a link where I can see your HTML?
-
-
- CommentAuthorbryderen
- CommentTimeAug 7th 2008
I too had this problem.
The code in the tutorial says: positiion:absolute:
Whereas the above is correct: position:absolute;
Bryderen
-
-
CommentAuthorptrkmkl
- CommentTimeAug 7th 2008
Thank you for finding this typo. It has been fixed.
-
1 to 4 of 4

