Center-aligning Images in the posts
-
Please help
I`m having trouble aligning images in the center of the posts,always shifts to the right
here is the linkhttp://www.kirillbordon.com/blog/
and this is how the style.css looks
Image Styles *
************************************************/#content div.wp-caption { margin: 10px; background: #efefef; overflow: hidden; }
#content .wp-caption img { display: block; margin: 5px auto; }
#content .wp-caption-text { margin: 5px; font-size: 0.9em; line-height: 1.3em; }
#content div.alignnone { display: block; margin: 10px 10px 10px 0; }
#content img.alignleft { margin: 10px 10px 10px 0;display: inline; float: left; clear: left; }
#content img.alignright { margin: 10px 0 10px 10px;display: inline; float: right; clear: right; }
#content img.centered { display: block; margin: 0 auto 10px auto; float: none; clear: both; }#content div.alignleft { text-align: left; float: left; margin-left: 0; }
#content div.alignright { text-align: right; float: right; margin-right: 0; }
#content div.aligncenter { text-align: center; margin: 0 auto 10px; }
#content .gallery { margin: auto auto 0; }
#content .gallery img { border: none; }
#content .gallery .gallery-item, #content .gallery .gallery-icon { clear: none; margin: 0; }
#content .gallery .gallery-icon { }
#content .gallery .gallery-caption { text-align: left; font-size: 0.9em; line-height: 1.3em; margin: 0 5px 10px; }Thanks a lot!
The blog I need help with is: (visible only to logged in users)
-
Good day to you,
I’m sorry to report that you have accidentally posted to the wrong support forum. The blog linked to is not a free hosted WordPress.com blog and we cannot help you here at WordPress.com as we run on different software. This is the correct forum for your software http://wordpress.ORG/support/
WordPress.com vs WordPress.org: The Differences
http://support.wordpress.com/com-vs-org/Best wishes with your site.
-
-
- The topic ‘Center-aligning Images in the posts’ is closed to new replies.