List Element - Ability to inline list items

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

That would be very nice

Absolutely agree! This to me is really important.

Hi guys,
the solution consists of one line of custom CSS.
That should work as an interim solution :wink:

root li.list-item {
  display: inline-block;
}

Best regards,
timmse

1 Like