Classic Icon List + Content Modal on Same Line

See attached. I have an icon list with two entries, modified with css display:inline-flex so that they are on the same row. I would also like the modal button you see below that to be on the same line (I will style so it looks like the others) but cannot figure out how to get it on the same line as the icon list. Can you help?

Hello There,

Thanks for writing in!

To resolve your issue, please edit the page back in Cornerstone and click the content area modal element. Find the “Customize” tab and insert this custom css

$el {
  display:inline-flex;
}

It will not display as expected in the preview area. Just view it in the live page and the icons will be aligned inline.

We would loved to know if this has work for you. Thank you.

This worked…I already had this set, but because it doesn’t appear properly in the editor, I assumed it wasn’t working. Can you please add to issue tracker to this bug can be fixed for future releases? Thanks!

Hello There,

Thanks for updating in!
I’ve submitted this to our issue tracker so the developers will be made aware of it.

Best Regards.

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