Title: carousel size
Last modified: August 21, 2016

---

# carousel size

 *  Resolved [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/carousel-size/)
 * Is there any way to make the carousel height different for the home vs. other
   pages? I have a home carousel slider image that is 400px high, but the image(
   s) on other pages are only 161px. I have tried using the snippet for this, but
   the result is the same. Any ideas?
 * > .carousel .item {
   >  line-height: 50px; overflow: hidden; min-height: 400px;
   > }
 * Never Mind, Got it figured out.
    Added .page-id-n

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

 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/carousel-size/#post-5151123)
 * You need to be more ‘specific’ in the CSS.
 * Append one of these selectors:
 *     ```
       .home .carousel .item {
       .post .carousel .item {
       .page .carousel .item {
       .page-id-n .carousel .item {
       ```
   
 *  Thread Starter [David_G](https://wordpress.org/support/users/questas_admin/)
 * (@questas_admin)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/carousel-size/#post-5151125)
 * If I add the .page .carousel will that default the setting to ALL the pages?
 *  [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * (@rdellconsulting)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/carousel-size/#post-5151196)
 * Unless you specify a particular page with page-id-n

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

The topic ‘carousel size’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/customizr/4.4.24/screenshot.png)
 * Customizr
 * [Support Threads](https://wordpress.org/support/theme/customizr/)
 * [Active Topics](https://wordpress.org/support/theme/customizr/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/customizr/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/customizr/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [rdellconsulting](https://wordpress.org/support/users/rdellconsulting/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/carousel-size/#post-5151196)
 * Status: resolved