Store home page not showing correctly.

I have bullet point lists on my store page that we use to list what sort of wear may and may not be found on our used pieces. When editing the page, the bullet points show up. However, when viewing the page, the list is there, but there is no bullet point before each row. It also messes up the spacing between the two lists. It makes our homepage look slightly messy. Just wanted to bring this issue to the admin's attention.

Comments

  • 3 Comments sorted by Votes Date Added
  • edited September 2022 Vote Up0Vote Down
    Highly likely it's just a css issue. Try adding

    style="margin:20px" to your UL tags

    and

    style="marker:disc" to your LI tags

    and see if that resolves it.

    <ul style="margin:20px;">
    <li style="marker:disc">
  • Great advice, mfav! I've also noticed that HTML doesn't work consistently in the Source View, so I had to learn a bit of CSS to make my custom formatting work on multiple pages too. :-)
  • We've made a change so that should now be formatted correctly. I believe inline styles are automatically removed.
Sign In or Register to comment.