Global CSS issue
-
Hi,
Thank you for the plugin, my client find it useful.
There is one problem though. I see in wpcargo-style.css that some styles are global which cause various issues on website.
For example CSS at the top of the file:
/* responsive Column */ [class*="col-"] { float: left; padding: 15px; }
It caused that all columns in website have left float and padding of 15px because we are using Bootstrap that has classes that start with “col-“.
I recommend that you prefixes all classes with unique “#wpcargo” as you did after in same file.
Regards,
Vladimir
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Global CSS issue’ is closed to new replies.