Adding Elements Horizontally

Every time I drag and drop an element in cornerstone it always adds below or above an existing element. How do I add to the right or left of an existing element without having to divide the section/row into columns?

For example how do I add a name to the immediate left of a photo or a twitter icon to the left of a name.

Thanks

Hi Denaj,

Thanks for writing in! You need little bit of HTML/CSS knowledge to achieve this. Basically you can add the image to your Text element and add inline style to float the image.

For example:
<img style="float:right;" src="https://path.to/image.jpg"/>

To see a similar example, please check the following thread (https://theme.co/apex/forum/t/text-wrap-around-image/15953/2).

Hope that helps.
Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.