Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1172090

    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!

    • This topic was modified 4 years, 9 months ago by aebli.
    #1172401

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.