PDA

View Full Version : Having a problem with Wordpress



skepticstudios
January 28th, 2007, 12:23 PM
I've been messing around with the theme on my site and have started to make myself one from scratch; I basically copied the default theme, pasted it into a new directory and started editing away, so far all I have done is the imagery, I haven't touched the coding (except for the images) but the problem I'm having straight away is that my sidebar is now centre aligned whereas before in the default theme they were aligned to the left?

Anybody know of any reason why this is happening?

The site is http://www.bobbyanderson.co.uk

thebloodpoolkid
January 29th, 2007, 03:11 PM
Have you tried the Word Press support forums?
http://wordpress.org/support/

Adding the following css should take care of your problem



div#sidebar {
text-align: left;
}

skepticstudios
January 30th, 2007, 05:59 AM
Thanks for that, and I did try there yes, I searched thoroughly through their support before posting here