Themeforest

Removing the default margin & bullets from WordPress twenty ten theme

To remove the margin and bullet points that appear on the accordion menu when using the WordPress default Twenty Ten theme add the following CSS rule to your theme’s style.css file:

#main .widget-area ul .dcjq-accordion ul {
margin-left: 0;
list-style: none;
}

This will change the accordion menu default styling from this:

To this:

Leave a comment

To add code to your comments wrap the code text in [text][/text] tags