Comments on: Now I See Why the WordPress Image Align Feature Was Not Working https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/ DailyBlogTips.com takes you from SEO to CEO. You’ll learn everything you need to know to master blogging, SEO, marketing, web design leading you to passive income. Mon, 24 Jul 2023 21:55:24 +0000 hourly 1 https://wordpress.org/?v=6.4.3 By: Jason https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1181016 Tue, 01 Jun 2010 03:28:23 +0000 https://dailyblogtips.com/?p=1563#comment-1181016 To answer something that got me, some templates may you check YES use stylesheet or custom style sheet if that is where you are putting the info. I was putting in the custom.css but it was not “on”. Other templates I just can not fix with this, not sure why..

]]>
By: rickyspires https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1140559 Fri, 09 Apr 2010 07:37:04 +0000 https://dailyblogtips.com/?p=1563#comment-1140559 hello. great tip but not working for me.

i put the code into my styles but no change . to i need to add more code in another place?

i even tried different variations:
/* WP image align classes */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}
img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

.aligncentered {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}
.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}
.alignright {
float: right;
}
.alignleft {
float: left;
}

🙁

]]>
By: Dave Higgs https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1140244 Thu, 08 Apr 2010 21:53:09 +0000 https://dailyblogtips.com/?p=1563#comment-1140244 Thank you, thank you, thank you!

I too ran into the same problems – Images not going left and no time to worry about it 🙂

You are a life saver – thank you for not only finding the solution, but making the effort to share it!

D

]]>
By: Jason https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1133781 Wed, 31 Mar 2010 19:40:47 +0000 https://dailyblogtips.com/?p=1563#comment-1133781 Yes, it does work! And yes you have to search thru your stylesheet for something to do with content mine said “/* Primary Content Area */” (without the quotes) I just pasted as is, and crossed my fingers, and hit refresh on my post, and done!

]]>
By: Hayley https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1126417 Mon, 22 Mar 2010 15:20:24 +0000 https://dailyblogtips.com/?p=1563#comment-1126417 Thanks you so much to Daniel and Kevin in comment 63, my alignment is FINALLY working thanks to both of your tips, phew!!

]]>
By: Aaron https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1055721 Sat, 02 Jan 2010 21:31:46 +0000 https://dailyblogtips.com/?p=1563#comment-1055721 I’m glad I found you guys. I’m having a big alignment problem that I’m hoping you can help me out with. What I’m trying to do shouldn’t be hard, but has been.

On my page, I am trying to put a picture on the left, then writing to the RIGHT of it. I want about 9 pictures justified to the left with writing next to everyone. However, it keeps looking like this.

http://theblankpress.com/blog/every-dog-needs-a-home

As you can see, it doesn’t justify to the left. I try hitting RETURN, and it looks correct in my editor, but when I press “UPDATE POST”, it gets rid of those hard returns and screws it all up.

I’m pretty sure I’m doing everything writing. Putting my cursor where I want the picture, then adding an image, and selecting “Align Left” or clicking on the “Align Left” button. Please help? What am I doing wrong?

Thanks in advance.

]]>
By: Kiley https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1019054 Sun, 15 Nov 2009 04:34:52 +0000 https://dailyblogtips.com/?p=1563#comment-1019054 Worked like a charm! Thanks, Daniel!

]]>
By: Rachel Rush https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-1015251 Tue, 10 Nov 2009 02:20:02 +0000 https://dailyblogtips.com/?p=1563#comment-1015251 I can’t begin to tell you how many times I have referenced this entry of yours. Thanks for this helpful information. I manage a lot of blogs and every now and then I’ll notice that one of them, usually and older one with an older theme, needs this bit of code in the stylesheet.css. Thanks!

]]>
By: TiagoFrossard https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-956488 Sun, 23 Aug 2009 13:40:19 +0000 https://dailyblogtips.com/?p=1563#comment-956488 I’m not used to build up wordpress themes, just using the ones shared in the internet and, I must admit, this alignment problem messed with my layout for more than a yr. Thank you for helpin’ me solving this issue!

]]>
By: Kevin https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-956421 Sun, 23 Aug 2009 10:52:36 +0000 https://dailyblogtips.com/?p=1563#comment-956421 Hi,

This didn’t work for me, but I managed to fix it. I noticed when trying to center pictures it never worked, it kept trying to use the tag ‘aligncenter’ so I just added this to all the code provided here and put it in the style.css, and it worked. Give it a shot.

.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}

]]>
By: Corinne https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-945532 Sun, 09 Aug 2009 20:46:02 +0000 https://dailyblogtips.com/?p=1563#comment-945532 THANK YOU! This post is still relevant and helpful – alot of old themes floating around out there that arent updated. Thank you, thank you – and again THANK YOU!

]]>
By: Tom https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-927841 Sat, 18 Jul 2009 23:36:17 +0000 https://dailyblogtips.com/?p=1563#comment-927841 Geez. I wanted to drop another “thanks” your way. I missed this too, and it’s gone on for quite some time!

]]>
By: Pieter https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-889487 Sun, 07 Jun 2009 16:07:50 +0000 https://dailyblogtips.com/?p=1563#comment-889487 Thanks! Copied and pasted in the stylesheet and its working like a charm!

]]>
By: Jillian https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-889068 Sun, 07 Jun 2009 03:13:53 +0000 https://dailyblogtips.com/?p=1563#comment-889068 I’ve been working on a theme in editor for a while. It’s still not working for me.

]]>
By: Mark https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-869657 Fri, 15 May 2009 05:26:19 +0000 https://dailyblogtips.com/?p=1563#comment-869657 TO ALL WHO CAN’T GET IT TO WORK:

I bypassed the stylesheet (i.e. style.css) altogether and pasted the above code into my index.php file, right before the closing tag.

Works now. Try that.

]]>
By: Mark https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-846433 Mon, 20 Apr 2009 15:22:20 +0000 https://dailyblogtips.com/?p=1563#comment-846433 Thanks for the fix! I was searching for why my image align wasn’t working and hit this post. Works perfectly.

]]>
By: Cecil https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-841120 Wed, 15 Apr 2009 00:48:07 +0000 https://dailyblogtips.com/?p=1563#comment-841120 Sorry, doesn’t work for me. Must be something wrong with something else in my code if it’s working for everyone else.

]]>
By: Mark https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-838860 Sun, 12 Apr 2009 22:07:40 +0000 https://dailyblogtips.com/?p=1563#comment-838860 Thanks a lot.. You saved me some frustration..

]]>
By: Dave Haygarth https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-817905 Wed, 25 Mar 2009 11:58:47 +0000 https://dailyblogtips.com/?p=1563#comment-817905 Oh I’ve been looking for this answer for AGES!!! I love you !!!

]]>
By: Netbooks RUS https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-807701 Tue, 17 Mar 2009 12:37:37 +0000 https://dailyblogtips.com/?p=1563#comment-807701 I just can not get the silly thing to align. There must be some other code we can use.

]]>
By: Rodrigo https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-797379 Mon, 09 Mar 2009 03:39:52 +0000 https://dailyblogtips.com/?p=1563#comment-797379 Very simple and powerfull, thanks!
I was getting mad with the image alignment!

]]>
By: Borino https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/comment-page-2/#comment-790724 Tue, 03 Mar 2009 00:44:28 +0000 https://dailyblogtips.com/?p=1563#comment-790724 Excellent. Thanks for the quick and simple fix.

]]>
By: Netbooks https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-783111 Mon, 23 Feb 2009 20:03:42 +0000 https://dailyblogtips.com/?p=1563#comment-783111 Also having the same issue…I have that code but it is not aligning

]]>
By: Mohit https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-775160 Sun, 15 Feb 2009 14:21:38 +0000 https://dailyblogtips.com/?p=1563#comment-775160 Where to place that code in blog stylesheet?

]]>
By: Tom https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-756107 Mon, 26 Jan 2009 21:26:16 +0000 https://dailyblogtips.com/?p=1563#comment-756107 Brilliant, thankyou so much!

]]>
By: gadget https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-754598 Sun, 25 Jan 2009 10:09:30 +0000 https://dailyblogtips.com/?p=1563#comment-754598 Thanks for the tip but upon checking, my code is exactly the same as that – but it’s not aligning correctly?!

]]>
By: David P https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-749774 Wed, 21 Jan 2009 03:47:15 +0000 https://dailyblogtips.com/?p=1563#comment-749774 May you live to be 1000 years old.

]]>
By: Dusibello https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-737360 Sun, 11 Jan 2009 02:00:55 +0000 https://dailyblogtips.com/?p=1563#comment-737360 Style.css is a long, complicated file. This code presumably should go in a certain section?

One of the posts above says to put in ‘on the content section’??

]]>
By: Peter https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-736593 Sat, 10 Jan 2009 08:50:20 +0000 https://dailyblogtips.com/?p=1563#comment-736593 OK, I don’t get it. Pasted the code in to the css file, updated, checked the images and set the second one to the right and – damn, still the same. What is it I’m missing here?

]]>
By: Peter Butler https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-736585 Sat, 10 Jan 2009 08:38:48 +0000 https://dailyblogtips.com/?p=1563#comment-736585 Gee, I would ahve thought the new big upgrade to 2.7 would have sorted this

]]>
By: Clone High https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-735576 Fri, 09 Jan 2009 06:20:05 +0000 https://dailyblogtips.com/?p=1563#comment-735576 Thanks a ton, this is a life saver!

]]>
By: Tim https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-645854 Sat, 01 Nov 2008 03:50:54 +0000 https://dailyblogtips.com/?p=1563#comment-645854 THANK YOU SO MUCH FOR THIS.

This was driving me insane.

]]>
By: Sebastien Page https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-641714 Tue, 28 Oct 2008 05:14:25 +0000 https://dailyblogtips.com/?p=1563#comment-641714 Thank you for saving me a time. It’s been driving me nuts for an hour until I came across this post! Thanks

]]>
By: Stefan Wurz https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-626594 Sun, 12 Oct 2008 08:29:43 +0000 https://dailyblogtips.com/?p=1563#comment-626594 Yeah, really I like this article. Thanks for this nice article

]]>
By: Andy https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-623404 Wed, 08 Oct 2008 06:45:47 +0000 https://dailyblogtips.com/?p=1563#comment-623404 Fantastic! I thought I was going mad after the upgrade to 2.6 on my blog none of the image alignment worked for new images in posts.
You have saved me bacon. Cheers!

]]>
By: Susan https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-618253 Thu, 02 Oct 2008 11:46:57 +0000 https://dailyblogtips.com/?p=1563#comment-618253 thank you!

]]>
By: Dusibello https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-617946 Thu, 02 Oct 2008 03:00:43 +0000 https://dailyblogtips.com/?p=1563#comment-617946 No joy here.

Does the code need to be pasted into a certain section of the stylesheet file?

]]>
By: Tobias Goth https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-614717 Sat, 27 Sep 2008 14:21:00 +0000 https://dailyblogtips.com/?p=1563#comment-614717 Big Thanks! I was starting to think that my version of WordPress was bust, but you made me think other wise.

]]>
By: Saeed https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-612918 Thu, 25 Sep 2008 02:56:13 +0000 https://dailyblogtips.com/?p=1563#comment-612918 I have used this code to align my images perfectly on my blog. However, in the RSS feed reader, e.g. Google Reader, they still don’t float properly. Has anyone else been having the same problem as well? If so, were you able to rectify it? Please share kindly!

]]>
By: Avigail https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-603238 Sat, 13 Sep 2008 09:01:28 +0000 https://dailyblogtips.com/?p=1563#comment-603238 Hello,

thank you for sharing. It works without any problems. I was driving me mad I thought that I can just use new wp themes, but just pasting the code into the stylesheet works!

Avigail

]]>
By: BloggerNewbie https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-599910 Tue, 09 Sep 2008 12:45:17 +0000 https://dailyblogtips.com/?p=1563#comment-599910 Daniel:

big help! got any clues on the post at a future date feature? When I set a future date, the post goes out into never never land not to be seen ever again!

]]>
By: Kristen https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-599296 Mon, 08 Sep 2008 21:21:07 +0000 https://dailyblogtips.com/?p=1563#comment-599296 OH THANK YOU! I have been so frustrated with this topic and just adding that code to my stylesheet automatically fixed my images.

THANK YOU THANK YOU THANK YOU

]]>
By: Beno https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-598056 Mon, 08 Sep 2008 07:31:31 +0000 https://dailyblogtips.com/?p=1563#comment-598056 I was doing a Google search trying to find out why WordPress wasn’t doing the right thing by default and I came across this post.

Thank you for sharing.

]]>
By: Schrottpresse https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-596644 Fri, 05 Sep 2008 18:35:14 +0000 https://dailyblogtips.com/?p=1563#comment-596644 Thank you very much for this solution, I really was confused with all of the align functions on the button bar, none of them working ^^

]]>
By: BloggerNewbie https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-579279 Mon, 18 Aug 2008 09:48:31 +0000 https://dailyblogtips.com/?p=1563#comment-579279 Daniel:

worked! (no surprise) Saved a ton of work! Sometimes I use scribefire which lets you position graphics a little better. It has it’s benefits and drawbacks.

Thanks. Always helpful.

]]>
By: Coder https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-577566 Sat, 16 Aug 2008 23:08:05 +0000 https://dailyblogtips.com/?p=1563#comment-577566 I never had this problem..
Don’t know why?! LOL

]]>
By: خسروبیگی https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-576972 Sat, 16 Aug 2008 08:57:22 +0000 https://dailyblogtips.com/?p=1563#comment-576972 Hello

Thanks for your solution. I had this problem too and your post help me.

Regards

]]>
By: Jodith https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-575382 Thu, 14 Aug 2008 20:35:43 +0000 https://dailyblogtips.com/?p=1563#comment-575382 *nods* I just had to have that fight with my theme last week (when I finally updated to 2.6 from 2.3.1). Drove me crazy getting it figured out, but I finally got it in there and can now float my text around my images.

And there was much rejoicing!

]]>
By: Melodee Patterson https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-575083 Thu, 14 Aug 2008 13:53:23 +0000 https://dailyblogtips.com/?p=1563#comment-575083 I hate to say all those hours I spent figuring out how to align my graphics were a waste, but, doh!

Thanks!

]]>
By: BloggerNewbie https://dailyblogtips.com/now-i-see-why-the-wordpress-image-align-feature-was-not-working/#comment-575076 Thu, 14 Aug 2008 13:34:42 +0000 https://dailyblogtips.com/?p=1563#comment-575076 Well No duh here cause it’s all news to me, except the part that the alignment never worked, too much of a newbie to even begin to know how to work on it. I’ll check it out and report back on my success (positive thinker) 🙂

]]>