Viewing 8 replies - 1 through 8 (of 8 total)
  • Hi there,

    Thanks for writing in,

    If you wish to know about the size of Bootstrap slider so which is 1200x450px. Would you mind telling us how come you need to know about the size of the slider so If we can assist you if there is an staging issue into your website making you suffer so we will be happy to provide you help into that concerned with your website.

    Thanks.

    Hi Emranemranx

    The url that I am working on is https://www.atrglobal.co.uk/ .

    I would like to increase the height of the slider, request you to share the solution to this.

    Many thanks.

    Regards,

    Hi there,

    Thanks for writing in,

    If you wish to achieve something like this: https://prntscr.com/7fd1a9 then you can add following code under Appearance > Theme Options > Custom CSS:

    #slide_holder {
      padding: 65px 25px 71px 25px;
    }

    Hope this helps!

    Thanks.

    Hi, would like to reduce the slider size to 1200X350. Do I have to add a css code? thanks

    Hi there,

    Thanks for writing in,

    It will be easier to assist you if we get your website URL, though you can re-size your bootstrap slider by adding the following code under Appearance > Theme Options > Custom CSS:

    #bootstrap-slider .carousel-inner .img-responsive {
      height: 350px !important;
    }

    Thanks.

    Hi emranemranx

    Many thanks for the input. The custom CSS helped to achieve the desired result.

    You’re welcome! ??

    @Uolt,

    Would you mind confirming the issue, whether you still facing slider height problem. If you wish to achieve slider size at “1200 x 350” so you can add following code under Appearance > Theme Options > Custom CSS:

    #bootstrap-slider .carousel-inner .img-responsive {
      height: 350px;
    }

    Thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Slider Size’ is closed to new replies.