Hello,
I have been trying to create a list on the landing page, using the following code, and the output which I get is not in a line (screenshot below) but in the editor I can see the list in a line. Looking for any help and guidance here.
Code
<p><strong>On your own time </strong></p>
<ul style="column-count: 3; text-align: center; column-rule: 1px dotted #ccc; list-style-type: none;">
<li style="text-align: center;">CARM Client Portal 101</li>
<li style="text-align: center;">Recorded October 13, 2021</li>
<li style="text-align: center;">Watch Now</li>
</ul>
Output
Editor
... View more