Follow SMF on Twitter.
[b][/b] [list][li][/li][li][/li][/list]
Hello there! there is no interest in this issue with the theme.http://smftheme.byethost18.com/smf/index.php?topic=6.msg12#msg12
Quote from: gecitli on June 18, 2018, 03:02:42 PMHello there! there is no interest in this issue with the theme.http://smftheme.byethost18.com/smf/index.php?topic=6.msg12#msg12I'm also facing the same issue with bulleted/numbered list not working ie they are not showing the bullet icon or the numbering.... just a list of text.
Quote from: jack208 on July 16, 2018, 12:31:06 AMQuote from: gecitli on June 18, 2018, 03:02:42 PMHello there! there is no interest in this issue with the theme.http://smftheme.byethost18.com/smf/index.php?topic=6.msg12#msg12I'm also facing the same issue with bulleted/numbered list not working ie they are not showing the bullet icon or the numbering.... just a list of text.Attaching a screenshot so that it's easier to understand what I'm trying to describe. Can we make the list appear like this (below)? I have been trying to locate where the UL/LI settings are made but can't seem to find it. Entry 1Entry 2
.navbar-right { float: right !important; margin-right: -15px; }
.navbar-right { float: right !important; margin-right: -15px; list-style: none;}
ul, ol, p { list-style: none; padding: 0; margin: 0;}
.sonileti { list-style: none; margin: 0 0 0.5em 0;}
.sonileti { list-style: none; margin: 0 0 0.5em 0; padding: 0;}
Thanks for the quick reply, Geciti. Applied the changes to both CSS files, and yup UL/OL now displaying the circle/numbers. However it seems the Nav-Left side is broken as it's showing the bulleted list now. I think maybe you left out a section for us to edit?