Image alignment isn’t working in pages, posts, or widgets. I can make it work by going in and adding specific alignment classes in the theme’s .css, but in general .alignleft, .alignright, and .aligncenter don’t work, no matter what I do. They don’t even work when I wrap an image in a div with align=”center”. Help!
Thanks! That worked for the pages and posts; however, I still can’t center an image within a text widget.
Floating is no longer working—all I did was edit one of the css classes for left margin, and now none of my floats are working, even with the .align…code added to the css. Help!
Disregard! Just figured it out - I had an extra character in there. D’Oh! Works now, thanks. :)
Hi there,
I managed to change the color BLUE in my left sidebar, but the new color didn’t show up in the entire sidebar…see this link to 1 of my posts here:
http://davaopropertyforsale.com/yumi-midcost/ (see? there’s still the blue at the bottom)Also, if you see in that link or any of my posts, there’s a big blank white space between the title of my post “Yumi-Midcost” and the house Photo.. It’s doing in all of the post. It started this way after putting some links in my sidebar, I guess…
Please help fix this…
Thanks, leonor
You’ll need to change the realestate > images > listing_bg.jpg file as well.
Replace your single.php with this:
http://pastie.org/private/glqqcz88nlf8tsmgxjr0ewAnd change line 517 to width: 307px; and you should be good to go.
Hi,
where will I go to change line 517 for width?
Also, I replaced the single.php, but see what appears in all of the posts, sample here:
http://davaopropertyforsale.com/yumi-midcost/It fixes the distance between the post title and the photos, but they must be moved upward….
Thanks, leonor
Also, in my Contact Us Page, I still have the first problem, a blank space between the Photos and the Page Title…
http://davaopropertyforsale.com/contact-us/thanks, it works! 
Just a small bug, I guess… In this particular post: http://davaopropertyforsale.com/yumi-midcost/
you see there’s a white rectangular bar found in the navigation bar…how to i fix that? it does only appears in that post. So thought, I must have done something wrong here but can’t figure it out…..
thanks
Looks like you have a background color set in styles.css > line 438
Just a heads up easy way to debug or customize is by using Firebug with Firefox or Chrome and Developer tools, take a look at this video:
http://www.woothemes.com/videos/how-to-use-firebug-to-modify-a-wordpress-theme/Hi,
I added another Category named “Blogs”, but it’s still has a blank space between the post title and the Image section.. see the here:
http://davaopropertyforsale.com/category/blogs/the width has been changed to 307 px..
Leonor
Hi, any response to last query?
I added another category and named in “Blogs” but I still have the first problem…A white blank space between the image and the blog title….
hi there,
I am happy to use firebug in customizing my site, but I could not really get what to edit in order to delete the blank space.
Please if you could direct me to where it should be edited, it’ll be much appreciated…
hi, disregard my message above. it has been sorted out.. 
Hi,
I am tweaking a gravity form, but I am really stuck. http://www.rentyourhome.nl/zoekopdrachten/zoekopdracht/ this form should give a form in columns, but it still giving the labels to the left. I managed to get the checkboxes right, but the fields won’t budge. Do you have any idea which part of the css is bugging my form?Tx.
Hi,
I noticed that the links of my posts are not clickable in IE. Could you let me know where did I go wrong? 
Best, leonor
Hi,
I have a few questions. Working on a friends site: http://ourfloridaplace.com Everything started out great but the “newest listing” column doesn’t show up with anything and under the categories the listings doesn’t show up with the monthly rate, #bed/bath etc… as far as I can tell all the files have been uploaded to the server correctly. is there something I am missing?Thanks for the reply,
One last question I had is I was looking through the coding and I was wondering if there were a way to be able to add more than 4 images to the slider in the postings?
Thank you,
http://OurFloridaPlace.comI am having trouble with the categories and the link that comes up in the option menu “no catergories”. I am not sure how to fix this. Is anyone having these same issues?
Hello,
I want to use this real estate theme as follows:
Visitors should be able to register and sign in in order to insert their real estate details (description, images). I know that for this a membership system is needed. I heard about http://wordpress.org/extend/plugins/s2member/ which is free, but the question is if this plugin can be integrated with your real estate theme like I described above?
Thanks and best regards

Add this to your style.css
img.left, .alignleft { margin: 0 15px 8px 0; } .alignleft { float: left; } img.right, .alignright { margin: 0 0 8px 15px; } .alignright { float: right; } .aligncenter, .centered { display: block; margin-left: auto; margin-right: auto; }