Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29546

    I have inserted some images inside a text box using the tab shortcode. I would like the images to be aligned side-by-side horizontally which works fine until I had captions. Once I add captions to each image, they align one on top of another – vertically instead of horizontally. How can I get these images and captions aligned vertically again? Thank you

    #140950

    Sorry – here is the link:

    http://dev.atlasdie.com/tooling/

    #140951

    I figured it out – left align all and they line right up.

    #140952

    Hi,

    You can also add following code to Quick CSS to level them

    div#attachment_2494.wp-caption.alignleft { margin-top: 47px; }

    div#attachment_3127.wp-caption.alignleft { margin-top: 26px; }

    Regards,

    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Align images with captions’ is closed to new replies.