Tagged: bullet list, bullets, sidebar, text widget, ul, Visual Editor, Widget
Hi Kriesi-Support-Team
I use the “sidebar on the right” widget.
I placed the “text” element, which is operating with the “visual” editor.
I inserted 2 links (to blog posts) and formatted with the bullet list.
–> The bullets do not appear.
Using the bullet formatting on a standard post, the bullets appear.
Why not on sidebars?
Thanks!
Hey aebli,
Thanks for the link, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.widget .textwidget ul {
list-style: disc outside !important;
margin-left: 7px !important;
}
.widget .textwidget ul li {
margin-left: 1.1em;
padding:3px 0;
}
Then clear your browser cache and any cache plugin, and check.
Best regards,
Mike