Tables and lists

Topic summary

  • A site owner reports that a website check flagged issues and asks what they mean and how to fix them, noting they are a beginner.
  • The site is running the Horizon theme version 3.2.1.
  • An attached screenshot of the scan/report is central to understanding the specific problems, but the post text does not list or describe the errors.
  • No diagnosis, solutions, or decisions have been provided yet; the user is seeking guidance on interpreting the report and remediation steps.
  • Open questions: What specific issues are shown in the screenshot? Are they caused by the theme or by configuration/content? Next steps depend on clarifying the report details.
Summarized with AI on January 6. AI used: gpt-5.

Hello! I’ve checked my website for issues and these came up. I’m a total newbie so What does it mean and how can I fix it? I’m using Horizon theme 3.2.1

Hi @hill6 ,

This is an accessibility (ARIA / HTML semantics) warning, not a visual bug. It’s telling you that your <ul> contains elements other than valid <li> list items, or that the list items are being neutralized semantically.

I would try to remove the role=”presentation” from the <li> items to see if that makes the warning disappear.

That should be on the line #29 of the header-menu.liquid file.

Please let me know how that goes!

Regards