Make your individual image gallery photo’s look better start by adding a border and centering the image.

Wordpress Gallery Images
Wordpress 2.5 includes image galleries for sets of related images. Unfortunately as this is a new feature it also has yet to be refined. Add the following Wordpress code snippet to your theme’s style.css file…
.post p.attachment{ padding:3px;border:1px solid #aaa; }
.post p.attachment img{ margin:0 auto;display:block; }
Enjoy this post? Get future updates sent to you for free! Join by subscribing to the Visser Labs RSS feed.







