Hi, I would like to call for help on my wordpress blog. I download the theme from CSS-Tricks and while the theme itself is beautiful and simple, it doesn't perform like it should. I mean a few days ago I have some problem with comments section breaking the layout but that was fixed thanks to DP member. Now, if you visit this page, you will see the image does not align properly. I was aiming to align the image to the left and post on the right but somehow it show the image first and the post below. Can anyone perhaps help me fix this? What would be the problem? In return I will write something for you and link the post back to your site.
Did you try aligning image to the right instead when inserting the image. Just try it once just to confirm.
I was aiming to get a post like this. (sort of) Yes, I did tried choosing left align, right align but it doesn't work. Also, supposedly if you insert caption, it showed in a "windowed" like border but not on this theme. Plus, even if I want to insert a gap in image setting, it won't work either. Something definitely wrong.
Thanks but I can't understand it. Can someone try to go to my site and maybe point to me what could be wrong? Not possible?
try adding this to style.css in your themes folder: .post img { margin-left:auto; margin-right:auto; Â }Â Code (markup):
no sir, I thought maybe, if you did, the code suggested above would be overwritten. maybe this could work: http://wordpress.org/support/topic/...-working-after-upgrading-to-wp-26?replies=7Â
Thanks for your help. I tried the solutions from the link and it seems to be working as far as wrapping my post around the images. As for the captions below the image, I have no idea why it doesn't work. Appreciated it. I'll send you rep point for this. Errm, can you perhaps share how to make the caption of the image shows as well? I can see it clearly in the editor the image and its caption showed just nice but when the post is published, the border around the image and caption were gone.