Hello. We have the same problem. In flexy-breadcrumb-public.css you have rule
* {
margin: 0;
padding: 0;
}
You can’t do that, it will break a lot of pages. Please, remove this rule or use more specific selector for it.
-
This reply was modified 6 years, 1 month ago by sonicgd.