ucsc / ucsc-2022

Official WordPress theme for UC Santa Cruz
6 stars 0 forks source link

List style for more spacing between list items #336

Closed knice closed 1 month ago

knice commented 5 months ago

The default spacing between list items works fine for more text, but sometimes we need additional spacing between list items.

knice commented 5 months ago

Current

screenshot-2024-05-29-140707

Potential upgrade

screenshot-2024-05-29-141046

Herm71 commented 1 month ago

The formatting requested in this issue can be achieved in the Page/Post editor using the List Block and adjusting the dimensions on a List Item.

After adding the List Block to your page, add a "List Item," i.e., you're first bullet. Once you're done, click into the text of that item. In the Block Settings area to the right of your content, you'll be presented with settings options for the list item.

list-item-settings-area

You can adjust the padding and margin of the list item by selecting either one from the Dimensions drop-down menu. Once you get the dimensions adjusted properly, your next list item will maintain the same dimensions.

This will enable a user to take a default list: bad-list

And give it a little breathing room: better-list

Based on this, we should re-label this issue and close it.

Herm71 commented 1 month ago

@knice FYI, ⬆️

knice commented 1 month ago

This issue can be resolved without the need for custom development. Users can set desired spacing on list items.