I am facing an issue for which I cannot find a solution.
While creating a Drupal site, I am trying to arrange these list items side by side. Each item has a width of 45%, so theoretically it should be possible to have 2 items next to each other. However, I am unable to figure out how to do it.
I have attempted using display:inline and inline-block on multiple ULs and LIs, but nothing seems to change.
Can anyone advise me on what steps I should take?