Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Add a row of images with caption Re: Add a row of images with caption

#137633
TheDoc
Member

Change the `display: inline;` on the list items to either:

display: inline-block;

or

display: block;
float: left;