ADD HEADER IN JOURNALIST
-
hii please help me how to add HEADER in journalist theme ?
i use this code#container h1 a {
display:block;
text-align:left;
background:url(‘http://XXXXXXX’) top center no-repeat;
height:147px;
width:950px;
text-indent:-9000px;
}but the header is double..on the top….center and bottom TT_____________TT
can i fix it ?
The blog I need help with is: (visible only to logged in users)
-
Please post the URL for the blog you are referring to starting with http:// That way when the volunteers who help with CSS editing log in tomorrow they will be able to see what you mean and help you.
-
OH this is my blog
http://starjunior.wordpress.com/
the header will appear 2 times..on the top and middle of blog TT__________TT
like repeated background -
Swap from using a descendant selector (space) to a child selector (greater than) and then your rules will only apply to the main title and not the other ones which occur nested in your posts:
#container>h1lh
- The topic ‘ADD HEADER IN JOURNALIST’ is closed to new replies.