Column Setting Dropdown - CSS Isssues with Twenty Twelve Theme

Hi there,

I am facing column setting dropdown issue with Twenty Twelve theme. There are bullet points showing with dropdown elements.

Please check this screenshot for more information - http://bsf.io/t0c7h


I think, plugin developers should add following CSS in /css/fl-builder.css

ul.fl-builder-submenu li {
    list-style: none;
    margin: 0;
    padding: 0;
}

Looking forward to hear from you.

Regards,
PC

Hey PC,

Thanks for the suggestion! I’ve already assigned another member of the team to check in on this. :slight_smile:

Ben

Hey PC,

Thanks for the heads up! I just committed that change.

Justin

Sounds perfect!

Thanks Justin.