Hey Guys, I have just purchased a wordpress theme from a site online, on the whole im really happy with it, however im having problems aligning pictures right on my pages and posts. Im guessing this is some sort of conflict in css, but im certainly not qualified enough to know exactly what. I have removed every "float: left;" from the CSS file, not sure what to try next. Im able to align pics to the right on my other wordpress sites when using a different theme, just cant on this one. Anychance you could take a look for me please? The page: http://z5media.com/?page_id=2 Your help would be very much appreciated. Andrew
Its difficult to tell without seeing the css file. I notice that your image is contained within the first paragraph tags. You could try putting the image then start your paragraph and see what happens. Otherwise I would need to look at the theme itself. Another possibility is to add an img {float:right;} to your css. Give that particular image a class if you don't want them all to go to the right.
you shouldn't need to remove EVERY float: left; because Im sure they are important... show us the org. css file.
Thank you both very much for your advice. I have restored all the original CSS files as they were purchased, and what i have done is used the float:right in a style tag on the image, which has sorted my problem out perfectly. Thanks so much for your help