Wordpress template help

Soldato
Joined
6 Jan 2006
Posts
3,423
Location
Newcastle upon Tyne
Once I get this cracked I promise Im going to leave you all in peace :p

After my last attempt apparently resembled something a 5 year old could code I had another go on a fresh install.

Im sort of nearly there (I think/hope) but the side bar isn't moving far enough over to the right?

The only thing in the style file that I can see is under the 2 column layout and secondary?? I assume its this as its float:right?

Code:
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 100%;
}
#content {
	margin: 0 280px 0 20px;
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 220px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}

Any ideas?

Link to site here

Thanks
 
I thought that looked odd but when I change it, the sidebar actually moves down??

PS how did the remainder of your teching go?
 
Not sure what a child theme is but that one is based on twentyten, I copied the whole folder in the themes directory and renamed it and activated it.

Have you got a twentyten site handy anywhere you can check at your end to make sure I havent messed something up?
 
Ah, right. Some more learning haha

Will work through the link you provided and report back with any issues :p

Thanks for the help.
 
IF you could send me over a zip file with it in that would be great! Least then I know Im starting off on the correct foot haha
 
Back
Top Bottom