getting rid of a line
-
Hi,
So I figured out how to edit the CSS and change my column widths etc, but there’s this line right down the middle that used to separate the two columns. I have no idea how to move it. Please help.
Blog can be seen here
http://leebird.wordpress.com/thanks
The blog I need help with is: (visible only to logged in users)
-
It’s the background image for #container. Add this
background:white none repeat-y scroll 500px 0;to #container in your CSS. -
Actually to move it you need to change the “x” position value (was 500 now 810). Add this instead to #container
background:white url(images/spring_flavour/container_bg.gif) repeat-y scroll 810px 0;You will need to do some work in the header area to get rid of the shadow line up there.
-
Thank you sooo much for that! Seems to have done the trick. Now is there any way to make my header stretch across the whole area as well – I tried changing the actual size in photoshop, but when I loaded it, it made me crop it back down to that size.
-
Don’t upload the image with the header uploader.
Upload the image to the media library, get the URL of that image and then put that URL into the appropriate place in the CSS.
Probably what you will have to do is add this at #header
background:transparent url(URL_OF_NEW_HEADER) no-repeat scroll 0 0; -
Thanks again TSP :-) Now where exactly is the appropriate place in the CSS?
And which part of the header do I paste the above code into? -
-
}
#header {
background:transparent url(http://superjanne.wordpress.com/files/2009/09/bilde-47.png) no-repeat
scroll 0 0;position:relative;
height:250px;
background:#F660AB;
margin:0;
padding:0;
}#primary {
can you please help me with this? the header dosent show :(
Love from Norway.
-
-
- The topic ‘getting rid of a line’ is closed to new replies.