Hi,
Dots are not shown.
I want something in the sidebar like this:
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
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
Hi Yigit,
thank you for thar reply, but still the same problem:
http://wwww.ascona.de/company/?lang=en
Hi!
Please add following code to Quick CSS as well
.sidebar .textwidget ul li {
text-indent: -15px;
padding-left: 15px;
}
Cheers!
Yigit
Perfect, thx a lot.