Thanks Guust, I have disabled all CSS plugins, and is still conflicting. I have narrowed it down to a conflict here in td-bootstrap.css
media=”all”
[class*=”span”] {
float: left; <—————-
min-height: 1px;
margin-left: 30px; <—————-
}
If I edit this CSS in Chrome Developer Tools, it fixes the problem but alters the whole website layout. From here I am not sure what to do.