Title: Bullets overlap
Last modified: August 31, 2016

---

# Bullets overlap

 *  Resolved [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * (@cyan_dist)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/bullets-overlap/)
 * Hi,
 * As shown in the screenshot, the bullet points from your plugin seem to be overlapping
   into our other content on this page? Could you take a look?
 * Screenshot:[http://www.monolith-kamado-grill.co.uk/wordpress/wp-content/uploads/2016/01/mon-2.jpg](http://www.monolith-kamado-grill.co.uk/wordpress/wp-content/uploads/2016/01/mon-2.jpg)
 * Page link: [http://www.monolith-kamado-grill.co.uk/wordpress/find-a-dealer/](http://www.monolith-kamado-grill.co.uk/wordpress/find-a-dealer/)
 * Thanks,
    Cyan
 * [https://wordpress.org/plugins/wp-store-locator/](https://wordpress.org/plugins/wp-store-locator/)

Viewing 7 replies - 1 through 7 (of 7 total)

 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943172)
 * It’s not the plugin, but your theme that adds the bullet points.
 * Add this to the vela.min.css ( or any other CSS file loaded in your theme ) in
   your theme folder.
 *     ```
       #wpsl-wrap #wpsl-result-list ul li::before {
          content: none !import;
       }
       ```
   
 *  Thread Starter [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * (@cyan_dist)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943181)
 * Hi. I’ve tried this. I added the code to the bottom of the vela.min.css file 
   and the bullets are still overlapping I’m afraid. Any other ideas? Here is the
   page in question: vela.min.css. Thank you.
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943182)
 * The line in the css file says this on your site.
 *     ```
       #wpsl-wrap #wpsl-result-list ul li::before {
       }
       ```
   
 * It should be this.
 *     ```
       #wpsl-wrap #wpsl-result-list ul li::before {
          content: none !import;
       }
       ```
   
 *  Thread Starter [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * (@cyan_dist)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943186)
 * I thought I’d done that. This is my css file of what I am uploading…
 * [http://www.monolith-kamado-grill.co.uk/wordpress/wp-content/uploads/2016/01/TEST.jpg](http://www.monolith-kamado-grill.co.uk/wordpress/wp-content/uploads/2016/01/TEST.jpg)
 * Thanks
 *  Thread Starter [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * (@cyan_dist)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943235)
 * Hello, any word on this please?
 *  Plugin Author [Tijmen Smit](https://wordpress.org/support/users/tijmensmit/)
 * (@tijmensmit)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943243)
 * I see I made a small typo 🙁
 * It should be this.
 *     ```
       #wpsl-wrap #wpsl-result-list ul li::before {
          content: none !important;
       }
       ```
   
 *  Thread Starter [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * (@cyan_dist)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943245)
 * Brilliant. Thank you 🙂

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Bullets overlap’ is closed to new replies.

 * ![](https://ps.w.org/wp-store-locator/assets/icon-256x256.jpg?rev=1007784)
 * [WP Store Locator](https://wordpress.org/plugins/wp-store-locator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-store-locator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-store-locator/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-store-locator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-store-locator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-store-locator/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [cyan_dist](https://wordpress.org/support/users/cyan_dist/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/bullets-overlap/#post-6943245)
 * Status: resolved