Title: CSS issue
Last modified: August 21, 2016

---

# CSS issue

 *  [DarrellDeveloper](https://wordpress.org/support/users/darrelldeveloper/)
 * (@darrelldeveloper)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/css-issue-20/)
 * Hello. This issue is about some of the CSS.
    Take a look at this image please:
   [tinypic link](http://tinypic.com/r/14ctgme/5) As you can see, I had to add !
   important to some of my css classes to override some of your css classes (td)
   that are marked as important.
 * The correct way to do what you’re after is to specify the CSS rules NOT like 
   this:
 *     ```
       #ulEasy2MapPinList table, td, tr {
       border-width: 0px;
       }
       ```
   
 * But like this:
 *     ```
       #ulEasy2MapPinList table, #ulEasy2MapPinLIst td, #ulEasy2MapPinList tr {
       border-width: 0px;
       }
       ```
   
 * Please update this in the next release, or roll out a bugfix, because this kind
   of CSS will affect the default markup for everybody who is using the plugin.
   
   PS: I suspect that there are other places with such CSS, but I haven’t got the
   time right now to check the entire code.
 * Thanks
 * [http://wordpress.org/plugins/easy2map/](http://wordpress.org/plugins/easy2map/)

The topic ‘CSS issue’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/easy2map_e9c6c8.svg)
 * [Easy2Map](https://wordpress.org/plugins/easy2map/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy2map/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy2map/)
 * [Active Topics](https://wordpress.org/support/plugin/easy2map/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy2map/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy2map/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [css issue](https://wordpress.org/support/topic-tag/css-issue/)
 * [CSS problem](https://wordpress.org/support/topic-tag/css-problem/)

 * 0 replies
 * 1 participant
 * Last reply from: [DarrellDeveloper](https://wordpress.org/support/users/darrelldeveloper/)
 * Last activity: [12 years, 8 months ago](https://wordpress.org/support/topic/css-issue-20/)
 * Status: not resolved