BuddyBoss Home – Web Support Forums Themes OneSocial theme Can we reduce the height of One Social Slider?

Tagged: 

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

    #60822
    @conscious-crafties

    Hi there,

    Is there a way to reduce the height of the slider please?

    It currently takes up the whole page and customers may not know to scroll to see more information.

    Thank you,

    Karen

    Answers

    #60850
    @anve

    Hi @conscious-crafties,

    Try applying the following css in child theme’s custom css option.Apply the height that you like to have on your site.

    @media screen and (min-width:1024px){
    .bb-slider-wrapper .boss-slide-img.loaded {
      max-height: 400px !important;
    }
    .bb-slider-wrapper .slick-list.draggable {
      height: 400px !important;
    }
    }
    

    Regards
    Anve

    #60883
    @conscious-crafties

    Thank you very much 🙂

    Do you know how I can reduce the white space under my slider on mobile please? – See attached mobile screenshot (looks great on desktop)

    Many thanks,

    Karen

    #60895
    @anve

    HI @conscious-crafties,

    Try adding the following css in child theme’s custom css option.

    @media screen and (max-width:481px){
    .is-mobile:not(.bm-vendor-shop ) #sitewide-notice {
        padding-top: 0px!important;
    }
    }
    

    Regards
    Anve

    #60918
    @conscious-crafties

    Thank you so much Anve – worked a treat! 🙂

    #61247
    @anve

    Great 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Can we reduce the height of One Social Slider?’ is closed to new replies.