• How do I ensure that the list items stay on one line?

    Currently, an item falls into two lines when its name is too long. Is there a way to keep each item on one line so that it stretches across the page more?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • i wait for 1 year to get a response for the same question and they dont help

    try this go to a-z-listing/css/a-z-listing-default.css
    find all the

    max-width: calc((min(var(--a-z-listing-column-count, 3), 9) * var(--a-z-listing-column-width, 15em)) + ((min(var(--a-z-listing-column-count, 3), 9) - 1) * var(--a-z-listing-column-gap, 0.6em)));

    and delete all the 16 lines like this https://prnt.sc/avjtIyCtj8dL

    • This reply was modified 2 years, 2 months ago by vl4d.
    Thread Starter alexlever17

    (@alexlever17)

    I appreciate the help, thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Prevent list items from going over one line’ is closed to new replies.