• I love the carousel feature of this theme, but its a little BIG isn’t it? Is it possible to change the size a little bit? Make it a thinner bar across the page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • No, the size is perfect! Yes, you can change the size. Changing slider sizes can be tricky because you have to modify the various containers and images.

    Thread Starter Audio Digital

    (@audio-digital)

    what if its brand new and there are no images yet? Meaning, I am still building the site. You said it can be modified, how would I go about doing that?

    Actually, it would be awesome if that functionality was built into the Theme…..

    Theme Author sur

    (@sur)

    Hi,
    The carousel width is responsive, but the height is fixed.
    Anyway you can customize it with styles:

    /* carousel container */
    #template-carousel .carousel-inner {
        height: 320px; /* actual value, customize it */
    }
    
    /*post featured img in carousel */
    #template-carousel .bs-carousel-img .slide-post-thumbnail img {
        max-height: 260px; /* actual value, customize it */
    }

    Best regards

    Hi Sur,

    What would I select, if I want the images all to be their original size, instead of stretching them, or forcing them all onze size?

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Possible to change the size of the Carousel?’ is closed to new replies.