Hi folks, really new to Plasmic here and I’m still learning.
I have a question though – Without using a code component in the studio, is it possible have an inline element statically/relatively positioned within another inline element? I am trying to create an image caption where there is a title and description. Something like this below.
<figcaption><em>$prop.title</em> $prop.description</figcaption>
Image title Image description
Right now no matter how I play around with the container and children elements, they be must either be a flexbox or absolutely positioned.