I'm new to CSS and want to remove a line that's going down the centre of the content of this website:
http://surreyhomelessness.wordpress.com/
The blog I need help with is shawneehummel.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I'm new to CSS and want to remove a line that's going down the centre of the content of this website:
http://surreyhomelessness.wordpress.com/
The blog I need help with is shawneehummel.com.
....surreyhomelessness.wordpress.com not my personal website.
Hi there - adding this code to your Custom CSS should eliminate the line:
#container, #subcontent {
background-image: none;
}
Great! Thank you so much.
My pleasure. :-)
This topic has been closed to new replies.