Column settings - styling conflict?

EDITED: Not sure if my dropbox link is working, so I’m adding it again at the bottom of the post.

Hello,
Just upgraded to BB plugin 1.6.4. Love the new features BTW!

I clicked on the the ‘column settings’ and my styling looks a bit off from what I’ve seen posted on your site. Screenshot here - https://www.dropbox.com/s/q1y40drm1kjbdre/Screenshot%202015-10-16%2015.43.33.png?dl=0

I’m running the latest versions of:
WP
Genesis
Dynamik Builder
CSS Hero
…and other assorted plugins.

Before I start deactivating things and trying to narrow down if there’s a conflict, have you seen this before?

Not a big deal, since it seems like all my functionality is there.

Thanks,
Craig

New link to screenshot

Hey Craig,

Looks to be a problem with your styling. As our page builder is a frontend builder, it tends to load all the styling you have applied. In this case, all the styling you have for a list gets applied there as well. I could provide a workaround if you’re willing to share temp admin access to your site.

Ben

[Content Hidden]

Hey Craig,

Try adding this CSS snippet and see if it fixes your issue.

.fl-builder-edit .fl-builder-submenu li {
  list-style: none;
  margin: 0px;
}

Ben

Hi Ben,
Didn’t work, but thanks.

I’ll try deactivating plugins to see if I can narrow it down.

Best,
Craig

Hey Craig,

This styling is from your theme. I did place the CSS above under Genesis > Dynamik Custom and cleared your cache. It’s now working correctly this time.

Ben