Title: Captions Align
Last modified: August 20, 2016

---

# Captions Align

 *  Resolved [sebassah](https://wordpress.org/support/users/sebassah/)
 * (@sebassah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/)
 * Hi guys,
 * on this website: [http://misssupranational.nl/miss-supranational/](http://misssupranational.nl/miss-supranational/)
   
   I tried using captions under the images used.
 * As soon as I insert the captions they are moving and are displayed underneath
   one antother. Id like them to be next to each other. Redusing the image size 
   didnt help. Neither did align one left and the other right.
 * How do I solve this?

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

 *  [paul.a.cunn](https://wordpress.org/support/users/paulacunngmailcom/)
 * (@paulacunngmailcom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/#post-3632215)
 * Have you tried clicking on the image options and changing the alignment of the
   images. Change one of them to left and the other to right.
 * You could also use an html table to align these images as you want. The code 
   for an html table is below. Each tr tag is a table row and each td tag is a table
   column just paste this into the “Text” tab of the page where you want it and 
   then add rows and columns as you need to. This should align the pics evenly on
   the rows.
 *     ```
       <table border="0">
       <tbody>
       <tr>
       <td>table column</td>
       <td>table column</td>
       </tr>
       <tr>
       <td>table column</td>
       <td>table column</td>
       </tr>
       </tbody>
       </table>
       ```
   
 *  Thread Starter [sebassah](https://wordpress.org/support/users/sebassah/)
 * (@sebassah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/#post-3632223)
 * Hi Paul,
 * thanks for your reply. Ive tried the alignment in image options. I didnt help.
   Also other then me a few other people have to work with this website. They have
   no HTML knowledge so I cant ask them to custom add a table everytime.
 * Do you think it could have something to do with the CSS. Is there a rules that
   says: start at a new <P> everytime? If so where do I find it?
 * Cheers Seb
 *  [paul.a.cunn](https://wordpress.org/support/users/paulacunngmailcom/)
 * (@paulacunngmailcom)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/#post-3632225)
 * Try changing both of the images alignment to right. When I create a page with
   three images and add captions they all align on one line until the browser cuts
   them off and then the go to the next line.
 *  Thread Starter [sebassah](https://wordpress.org/support/users/sebassah/)
 * (@sebassah)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/#post-3632267)
 * HEy Paul, it seems like ive got it fixed. Algn left and Right now show up too
   two pictures. I changed the margins on both left and right side of the impages.
   Thanks for your help!

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

The topic ‘Captions Align’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/pinboard/1.1.12/screenshot.png)
 * Pinboard
 * [Support Threads](https://wordpress.org/support/theme/pinboard/)
 * [Active Topics](https://wordpress.org/support/theme/pinboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/pinboard/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/pinboard/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [sebassah](https://wordpress.org/support/users/sebassah/)
 * Last activity: [13 years, 2 months ago](https://wordpress.org/support/topic/captions-align/#post-3632267)
 * Status: resolved