Title: Image Description Alignment
Last modified: September 1, 2016

---

# Image Description Alignment

 *  Resolved [sarahl777](https://wordpress.org/support/users/sarahl777/)
 * (@sarahl777)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/)
 * Hi there,
 * I want to change the description text alignment of an image in the wp gallery.
   The text description now sits at the bottom of the image and I would like it 
   to be on the right. Does anyone know how I would able to do this in the CSS? 
   please 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/#post-7500837)
 * Please post a link to your site and the gallery page in question.
 *  Thread Starter [sarahl777](https://wordpress.org/support/users/sarahl777/)
 * (@sarahl777)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/#post-7500977)
 * Hi Sterndata,
 * Please see the link to my website and the gallery page.
 * [http://richcobeverages.com/](http://richcobeverages.com/)
 * [http://richcobeverages.com/iced-tea/passion-fruit-boxnb-2/](http://richcobeverages.com/iced-tea/passion-fruit-boxnb-2/)
 * Thank you,
    Sarah
 *  Moderator [Steven Stern (sterndata)](https://wordpress.org/support/users/sterndata/)
 * (@sterndata)
 * Volunteer Forum Moderator
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/#post-7500983)
 * Unfotunately, given the way the HTML is generated, there’s no easy CSS way to
   have the image and caption side by side on [http://richcobeverages.com/iced-tea/passion-fruit-boxnb-2/](http://richcobeverages.com/iced-tea/passion-fruit-boxnb-2/)
 * On a page like [http://richcobeverages.com/iced-tea/](http://richcobeverages.com/iced-tea/),
   you can get there, more or less with some additional CSS
 *     ```
       div.gallery-icon.landscape {
         float:left;
       }
       .site-main .gallery figcaption {
           margin: 0;
           float: left;
           padding-left: 2em;
           padding-top: 2m;
       }
       ```
   
 * If your theme as a “custom CSS” option, you can enter the above there. If not,
   install the plugin “simple custom css”.
 *  Thread Starter [sarahl777](https://wordpress.org/support/users/sarahl777/)
 * (@sarahl777)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/#post-7501103)
 * Thanks! I’lll give it a go
    🙂
 * Sarah

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Image Description Alignment’ is closed to new replies.

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [css](https://wordpress.org/support/topic-tag/css/)
 * [description](https://wordpress.org/support/topic-tag/description/)
 * [image](https://wordpress.org/support/topic-tag/image/)
 * [text](https://wordpress.org/support/topic-tag/text/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [sarahl777](https://wordpress.org/support/users/sarahl777/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/image-description-alignment/#post-7501103)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
