Title: Adding z-index
Last modified: August 30, 2016

---

# Adding z-index

 *  Resolved [hellroselee](https://wordpress.org/support/users/hellroselee/)
 * (@hellroselee)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-z-index/)
 * I’m trying to make my carousel parallax using css. Is this possible with this
   plugin? Please find my CSS below from my original HTML site.
 * ‘.carousel {
    height:50em; overflow:hidden; width:cover; z-index:-100;
 *  }
 * .carousel-inner{
    width:100%; left:50%; height:72em; -webkit-transform: translate(-
   50%, -10%); -ms-transform: translate(-50%, -10%); transform: translate(-50%, -
   10%); position:absolute; z-index:-100;
 *  }’
 * [https://wordpress.org/plugins/cpt-bootstrap-carousel/](https://wordpress.org/plugins/cpt-bootstrap-carousel/)

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

 *  Plugin Author [Phil Ewels](https://wordpress.org/support/users/tallphil/)
 * (@tallphil)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/adding-z-index/#post-6439051)
 * Hi hellroselee,
 * If your CSS works with a manually coded bootstrap carousel, I don’t see any reason
   why it shouldn’t work with the plugin.. The class names should be the same.
 * Do you have an example of the parallax carousel working? Sounds cool!
 * Cheers,
 * Phil
 *  Thread Starter [hellroselee](https://wordpress.org/support/users/hellroselee/)
 * (@hellroselee)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/adding-z-index/#post-6439159)
 * Hi,
 * Thanks, I will have to look into it.
 * Yes but only for HTML site not WordPress!

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

The topic ‘Adding z-index’ 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/)

## Tags

 * [Bootstrap Carousel](https://wordpress.org/support/topic-tag/bootstrap-carousel/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 2 replies
 * 2 participants
 * Last reply from: [hellroselee](https://wordpress.org/support/users/hellroselee/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/adding-z-index/#post-6439159)
 * Status: resolved