Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #442956

    Hi there!

    I would like to add a list with some items to a sidebar, but when I use the ul-tag, the dots don’t show in front of each item. When I use the ol-tag instead, the numbers show up fine though, but that’s not what I need.

    Example:

    This works fine:

    <ol>
    	<li>item #1</li>
    	<li>item #2</li>
    	<li>item #3</li>
    </ol>

    This doesn’t:

    <ul>
    	<li>item #1</li>
    	<li>item #2</li>
    	<li>item #3</li>
    </ul>

    Thanks for your help!
    Daniel

    • This topic was modified 9 years, 4 months ago by Daniel.
    #443550

    Hi SpanishPlanet!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Cheers!
    Rikard

    #443630
    This reply has been marked as private.
    #443811

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #top .widget ul {
      list-style-type: disc!important;
      padding-left: 10px;
    }

    Best regards,
    Yigit

    #443897

    Thanks! Had to increase the padding to 20px for the Chrome browser, but now it works :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘List with ul-tag doesn't work in sidebar’ is closed to new replies.