Lists

Lists are used to present related items in a clear and structured format. Our themes provides consistent styling for ordered, unordered, and nested lists to ensure readability and proper spacing across all layouts and devices.

Example

Unordered lists

1
2
3
4
5
<ul>
  <li>Responsive typography</li>
  <li>Accessible design</li>
  <li>Clean layout</li>
</ul>

Ordered lists

1
2
3
4
5
<ol>
  <li>Install the theme</li>
  <li>Configure typography settings</li>
  <li>Publish your content</li>
</ol>

Using lists correctly improves content organization, scannability, and user experience.