Title: Problem with the bullets
Last modified: August 30, 2016

---

# Problem with the bullets

 *  Resolved [JovanM](https://wordpress.org/support/users/jovanm/)
 * (@jovanm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-the-bullets/)
 * Hi. I dont know how to solve a problem with text in bullets. Please, look at 
   the image [https://www.dropbox.com/s/pb3kxmfjod3084d/bullets%28text%29.png?dl=0](https://www.dropbox.com/s/pb3kxmfjod3084d/bullets%28text%29.png?dl=0)
   
   Every sentence begin with text in line with bullets. I only know for  . What 
   can be the solution? Here is the link of live website – [http://astrazlata.rs/](http://astrazlata.rs/).
 * [https://wordpress.org/plugins/accordion-shortcodes/](https://wordpress.org/plugins/accordion-shortcodes/)

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

 *  Plugin Author [philbuchanan](https://wordpress.org/support/users/philbuchanan/)
 * (@philbuchanan)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-the-bullets/#post-6412268)
 * This is not an issue with this plugin but is an issue with your theme styles.
   You have set an unordered list style of this:
 *     ```
       ul {
           list-style: square inside;
       }
       ```
   
 * It should be:
 *     ```
       ul {
           list-style: square;
       }
       ```
   
 *  Thread Starter [JovanM](https://wordpress.org/support/users/jovanm/)
 * (@jovanm)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-the-bullets/#post-6412392)
 * Thank you very much for solving my issue! Yes, your plugin works like a charm.

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

The topic ‘Problem with the bullets’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [JovanM](https://wordpress.org/support/users/jovanm/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/problem-with-the-bullets/#post-6412392)
 * Status: resolved