Title: Carousel indicators problem
Last modified: August 24, 2016

---

# Carousel indicators problem

 *  Resolved [branimiracsvemirac](https://wordpress.org/support/users/branimiracsvemirac/)
 * (@branimiracsvemirac)
 * [11 years ago](https://wordpress.org/support/topic/carousel-indicators-problem/)
 * Hi!
 * I have a problem with indicators:
 * [https://scontent.xx.fbcdn.net/hphotos-xat1/v/t1.0-9/11261707_818333838234803_2439968506021858809_n.jpg?oh=7cf40b18d7b943736ca6d387e9d503a7&oe=5605232C](https://scontent.xx.fbcdn.net/hphotos-xat1/v/t1.0-9/11261707_818333838234803_2439968506021858809_n.jpg?oh=7cf40b18d7b943736ca6d387e9d503a7&oe=5605232C)
 * How to fixed them to be inline?
 * [https://wordpress.org/plugins/cpt-bootstrap-carousel/](https://wordpress.org/plugins/cpt-bootstrap-carousel/)

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

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [11 years ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6132949)
 * Hi there,
 * It’s very difficult to know without seeing the web page that they’re on. Do you
   have a link where I can see the carousel for real?
 * Phil
 *  Thread Starter [branimiracsvemirac](https://wordpress.org/support/users/branimiracsvemirac/)
 * (@branimiracsvemirac)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6133191)
 * I have it on my test wp page which is not for public.
 * Can I send you in the private mail?
 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6133193)
 * Better would be to try to replicate the problem on [codepen](http://codepen.io/)
   or something if possible..
 * Otherwise you can find my contact details from my website (listed on my WP profile
   page).
 * Phil
 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 12 months ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6133210)
 * Ok, having seen your site, it’s due to overlapping CSS styles from your custom
   stylesheet:
 *     ```
       .post-content li {
           margin-bottom: 1.3em;
       }
       [..and others..]
       ```
   
 * You can either change these styles to be more specific, or (probably easier) 
   make new styles to specifically set the carousel back to its default:
 *     ```
       .carousel ol.carousel-indicators .li {
           margin: 1px;
       }
       .carousel ol.carousel-indicators .li:active {
           margin: 0;
       }
       ```
   
 * For anyone with similar problems in the future, you can figure this out by using
   the [Chome Inspector](https://developer.chrome.com/devtools) (or equivalen in
   other browsers) to look at the CSS rules being applied to whatever is wrong. 
   There you can see which rules are being applied, in what order, from what source.
   Un-ticking various rules to disable them updates the page, so you can find what’s
   causing the problem.
 * Phil
 *  Thread Starter [branimiracsvemirac](https://wordpress.org/support/users/branimiracsvemirac/)
 * (@branimiracsvemirac)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6133215)
 * Thank you Phil!
 * It works

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

The topic ‘Carousel indicators problem’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/cpt-bootstrap-carousel_b8b7ae.svg)
 * [CPT Bootstrap Carousel](https://wordpress.org/plugins/cpt-bootstrap-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cpt-bootstrap-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cpt-bootstrap-carousel/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [branimiracsvemirac](https://wordpress.org/support/users/branimiracsvemirac/)
 * Last activity: [10 years, 11 months ago](https://wordpress.org/support/topic/carousel-indicators-problem/#post-6133215)
 * Status: resolved