BuddyBoss Home – Web Support Forums Themes Boss. theme reduce the home page slider size

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #50868
    @wrkazigmail

    How do i reduce the home page slider size? Kindly let me know

    Answers

    #50945

    Anonymous
    @

    Hi @wrkazigmail, Please add this css code in your child theme’s custom.css and change the max-height according to your need.

    
    .bb-slide, .bb-slider-container .slide_content, .bb-slider-container .slide_content_wrap, .bb-slider-wrapper {
        max-height: 400px !important;
    }
    

    Regards
    Pallavi

    #50991
    @wrkazigmail

    Thanks..i see this works only for Global Styles….possible to make this work for desktop style only?

    #50996

    Anonymous
    @

    Hi @wrkazigmail, Use this one:

    
    .is-desktop.bb-slide, .is-desktop.bb-slider-container .is-desktop.slide_content, .is-desktop.bb-slider-container .is-desktop.slide_content_wrap, .is-desktop.bb-slider-wrapper {
        max-height: 400px !important;
    }
    

    Regards
    Pallavi

    #51000
    @wrkazigmail

    Thanks a lot Pallavi close this ticket

    #51466

    Anonymous
    @

    🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘reduce the home page slider size’ is closed to new replies.