Forums

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

Home Forums CSS [Solved] Inline blocks issue Reply To: [Solved] Inline blocks issue

#184163
__
Participant

Don’t position them absolutely.

Is there a reason that that div has the “imgframe” class?

If it had its own class name, you could target it much easier. For example, you could position the figcaption and span relatively, and add a media query so they don’t overflow their container on small screens:

cssdeck