Images don't wrap on the page to fill horizontal space as regular images do. Possible?

Permalink Browser Info Environment
When I add a an image (with or without caption) in the main content area, each appears down the page leaving the right side blank. I have mine as thumbnails max 200 x 200.

Normally C5 images continue to take up space going right until filled, then wrap. Tested this adding separate images using this addon and then just images.

Is there any way to do this?

Thanks
Daniel

Type: Discussion
Status: New
Douga
View Replies:
mesuva replied on at Permalink Reply 1 Attachment
mesuva
Hi Daniel,

this is simply because the lightbox block has DIVs in that, that by default use a block 'block' display, while the build in image block simply outputs IMG tags directly, which by default are displayed inline.

So it really just comes down to a CSS adjustment.
If you are building a custom theme, you'd just add some CSS to your theme's stylesheet:
.lightboxed-image-block {
display: inline-block;
}

If you are using a pre-built theme, you could go to the 'Customize Theme' option for the theme in the Dashboard and add this CSS via the 'Add Your CSS' option - just paste it into the little popup field (see attachment).
Douga replied on at Permalink Reply
Douga

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.