Getting my posts to "butt" right up against my header image
-
in the intuit theme….I’m using the following code in the css customization menu
#header .blog-title a {
margin-left:17px;
background:url('http://icecreamflavoredcigarettes.files.wordpress.com/2012/02/1235.jpg?w=600');
width:1200px;
height:200px;
text-indent:-400px;
display:block;
}so I’d like to either raise the text or lower the Header image.
Thanks in Advance
The blog I need help with is: (visible only to logged in users)
-
-
-
Thanks for the link. :) Staff will use it when they enter this thread to help you. Please be patient while waiting.
-
The spacing above posts in the Inuit Types theme is actually in an image that is 55 pixels tall: http://s2.wp.com/wp-content/themes/pub/inuit-types/images/hr-trans.png
You could use this to get hide it completely:
.hr-border { display: none; }And if you wanted to add back some kind of a border, you could use this:
.boxed_posts { border-top: 1px solid #DDD; margin-top: 10px; }Adjust the numbers and colors as necessary.
- The topic ‘Getting my posts to "butt" right up against my header image’ is closed to new replies.