Hi,
Not sure if it’s a feature request or bug, but It would be very useful to have the choice to display the list element inline similar to Elementor.
I can see within styles → Layout - > display: inline & inline-block, but this does not affect the style of the element.
5 Likes
MT24
3
Absolutely agree! This to me is really important.
timmse
4
Hi guys,
the solution consists of one line of custom CSS.
That should work as an interim solution 
root li.list-item {
display: inline-block;
}
Best regards,
timmse
1 Like