Quote:
Originally Posted by tricksodave
This is our code we use for a small logo on the left, may be this can help get you started:
PHP Code:
/*NIRC FORUM HEAD CSS EDITS*/
.forumbit_nopost .forumhead .forumtitle a { margin-left: 28px; }
.forumhead .forumtitle, .forumbits .forumhead h2 { background:url(images/evid_blue/elements/forumhead.png) no-repeat top left; }
.forumhead h2.forumtitle, .forumbits .forumhead h2 span.forumtitle { text-indent:30px; }
.forumbits .forumhead h2 span { background-image:none; }
.forumbit_nopost .forumhead span, .forumbits .forumhead h2 { padding:10px 0px 8px 0px; }
.forumbit_nopost .forumhead .collapse { padding:10px 0px 8px 0px; }
.forumbit_post .forumhead h2 span { padding:10px 0px 8px 0px; }
.forumbit_nopost .forumhead .forumtitle { padding:10px 0px 8px 0px; }
.forumbit_nopost .forumhead a.collapse img { top:-2px; right:4.4px; }
.blockhead img { padding-top:2px; padding-right:5px; }
/*NIRC FORUM HEAD CSS EDITS*/
But I'm not 100% sure if this is what you are looking.
|
It doesn't appear to be because the code I see in your's looks like it's controlling the forumhead not the header?