Get the OSP Ezine

The OSP

No Stress, Top-Notch Support

Fix Image Alignment Problems In WordPress

February 5, 2011 by JodieB Filed Under: Improve Your Website

Lately I have run into the same issue on several sites.  I uploaded a new theme (in these cases client provided) and all my images were left aligned.  No matter what I did I could not get the to center or right align.  A quick Google search later I had the reason and a simple solution.

Starting with WordPress 2.6, due to coding changes, all themes need special coding to handle image alignment.  Simply log into  your WP Dashboard and under Appearance click Editor.  From the column to the left select your themes style sheet (probably style.css) and add the following code preferably at the end of the file and click the Update File button.

No update file button?  Then you don’t have permission on your server to make changes to this file.  Drop me an email and I can take care of this for you.

.aligncenter, div.aligncenter
{ display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft
{ float: left;
}
.alignright
{ float: right;
}
.wp-caption
{ border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img
{ margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text
{ font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

Hey Affiliates, Sign up or Login Here!

Affiliate Login
Affiliate Login

STAND OUT AND GET NOTICED!

Start right now with this FREE guide to stand-out success!
Stand Up & Get Noticed
 

Recent Posts

8 Crucial Elements Behind Every Thriving Brand

Is a Lack of Integration (processes and tech) Hurting Your Business?

The Top 9 MUST TRACK Marketing Stats

Common Online Marketing Mistakes

Real-Time Marketing: What Is It and What Does It Mean for Your Business?

Blog Topics

  • Brand Building: Insider Tips & Tricks
  • Improve Your Website
  • Marketing Tips & Strategies
    • Affiliate Marketing
    • Content Marketing
    • Email Marketing
    • Real -ime Marketing
  • Maximize Your Shopping Cart
  • Social Selling
    • Facebook
    • Others
    • Twitter
  • The Best Free Software
  • Website Security

Let’s Do This! Schedule a free consult.

Get the OSP newsletter
  • Home
  • Let’s Get Started
  • FAQ
  • The OSP Blog
  • Portfolio

Copyright © 2025 · Swank WordPress Theme By, PDCD