Home › Forums › CSS › [Solved] Inline blocks issue › Reply To: [Solved] Inline blocks issue
September 22, 2014 at 4:16 pm
#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: