I'm having a hard time with altering a wordpress theme. you can see a preview of the theme here What im trying to do is change the size of the homepage image which is currently 200x200px to 300x200. the code that the author provided was â€.post_left img†can someone help me? Thanks
i have no problem resizing the image, but the area only allows a 200 x 200 image size, im trying to increase it to a 300 x 200
Do you mean like this image needs to be 300px wide: http://test.akworkshop.com/wp-content/uploads/2009/07/img7.jpg ? If you do you will have to increase the .post_left by 100px and also decrease post_right by 100px to compensate, otherwise they won't both fit inside .posts.
yea, the thing is i dont know where to add that code to the current style sheet. do you have any suggestions on where to begin?
.post_left { float: left; width: 200px; overflow: hidden; margin-right: 10px; } .post_right { float: right; width: 410px; }