Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #314936

    Hi,

    Dots are not shown.

    I want something in the sidebar like this:

    • text 1
    • text 2
    • text 3

    If I use the “ul” and “li” the dots are not shown.
    But if I use “ol” it works :/

    For now I have added this in my custom.css

    /* Sidebar Liste mit Viereck*/
    #top .widget ul {
    list-style-type: square!important;
    list-style-position: inside;
    }

    That works but the alignment of the text is not optimal.
    Maybe you have an better way for me.

    Thanks

    • This topic was modified 10 years, 2 months ago by Breakstuff.
    #315115

    Hey Sven!

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

    .sidebar .textwidget ul {
    list-style-type: square;
    }

    Regards,
    Yigit

    #324233

    Hi Yigit,

    thank you for thar reply, but still the same problem:

    http://wwww.ascona.de/company/?lang=en

    • This reply was modified 10 years, 1 month ago by Breakstuff. Reason: Added Homepage
    #324243

    Hi!

    Please add following code to Quick CSS as well

    .sidebar .textwidget ul li {
    text-indent: -15px;
    padding-left: 15px;
    }

    Cheers!
    Yigit

    #324247

    Perfect, thx a lot.

    #324250

    Hi!

    You are welcome, glad we could help :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Dot in Sidebar list’ is closed to new replies.