• Hey, i want like 4 images on 1 line and 4 other under them, worked fine but then i wanted to add Caption to my images so i got some text, and now the images only wants to get one under the other :/

    Any ideas how to fix ?

Viewing 1 replies (of 1 total)
  • you might need to style .wp-caption similar to this:

    .wp-caption.alignleft { float:left; margin-left:0; margin-right:5px; }
    .wp-caption.aligncenter { margin-left:auto; margin-right:auto; }
    .wp-caption.alignright { float:right; margin-left:5px; margin-right:0; }

    a link to your site might get you more replies.

Viewing 1 replies (of 1 total)

The topic ‘Caption images on line ?’ is closed to new replies.