I've got a site here: http://peterchamberlaincann.wordpress.com that I've copied over to here: http://www.peterchamberlaincann.co.uk and there's lots of changes I want to make. I've used Firebug to identify a lot of them, but there's still some I don't know how to fix.
I'm using Minimalizine and all my edits are in a child theme.
-Increasing the line spacing between images on the Portfolio page
-Change all the galleries so when an image is clicked, it loads on the same page with the background darkened out (not sure what the name of that is called, but it's the way it's set up on my .com site)
-Edit the footer text to "2013-2014" and make it so there is less of a gap above and below the text - not the 3.6em margin but the paragraph margins. I used
p {
margin-bottom: 5px;
margin-top: 5px;
}
which worked, but obviously that affects every paragraph, not just the footer.
-Add some social network link buttons to the footer.
-In the Leave a Reply box, the two "Notify me" sentences are positioned in the wrong place, separate from the checkboxes, but I'm not sure where they're meant to go. http://www.peterchamberlaincann.co.uk/blog/pendulum-rig/
-On the Portfolio page and in the WP dashboard when I'm editing a post, the text and images are stuck to the old 520px "margins". In Safari, it displays Portfolio correctly (http://s3.postimg.org/y9z3bcxqr/wp1.png) but not in Firefox (http://s3.postimg.org/mjl5tz4yb/wp2.png) or IE. This is how it looks in the dashboard (http://s3.postimg.org/bmju57i6r/wp3.png).
-I want to keep the left sidebar for the Blog so it can display the post information etc. so how can I do this, do I need to set up a child for the child or what?
Then once I've done all that, I need to fix it so it displays properly on mobiles/tablets, I guess because I extended the main column from 520px to 720px, it's thrown the readability stuff off.