BuddyBoss Home – Web Support Forums Themes OneSocial theme Remove white space under homepage slide?

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

    #62423
    @conscious-crafties

    Hello,

    How do I remove the large white space between my homepage slider and my content?

    See screenshot and here is my site:
    https://www.consciouscrafties.com

    Many thanks,

    Karen

    Answers

    #62535
    @anve

    Hi @conscious-crafties,

    Try adding following css in child theme.

    
    .home-page .site {
      padding-top: 20px!important;
    }
    
    @media screen and (min-width:967px) and (max-width:1024px)
    {
    .home-page .bb-slider-wrapper .slick-list.draggable {
      height: 187px !important;
    }
    }
    

    Regards
    Anve

    #62569
    @conscious-crafties

    Thank you Anve that worked beautifully 🙂

    #62635
    @anve

    Great 🙂

    #62918
    @conscious-crafties

    Hi @anve sorry it didn’t work on all browsers (I was using Safari when testing)

    #62919
    @anve

    Hi @consicous-carfties,

    Thanks for notifying that , will check the issue and reply here asap.

    Regards
    Anve

    #64411
    @marciopt

    Hi @anve
    I also have this problem, I tried to use the code above did not work, could you help me? Thank you very much

    #64458
    @anve

    Hi @marciopt,

    Could you please share you site url .

    Regards
    Anve

    #64515
    @marciopt

    Hello @anve
    As we are in building my website that we would like not your published for members of buddyboss, so I sent the response by private message.
    Thank you for your help

    #64525
    @anve

    Hi @marciopt,

    Try adding following css in child theme to remove bottom spacing from homepage slider.

    
    .home-page #primary, .home-page #page {
        padding-top: 0 !important;
    

    Regards
    Anve

    #64528
    @conscious-crafties

    Hi @anve, will the above code work to remove my white space too for all browsers?
    Many thanks

    #64553
    @anve

    Hi @conscious-crafties,

    I have checked on safari , mozilla and chrome , and for me your site seems similar on all these . Can i ask you on which browser the css is not working and please attach a screenshot for that one.

    Regards
    Anve

    #64587
    @marciopt

    Hi @anve
    It was excellent, thank you even for your help. A good day for you.

    #64634
    @anve

    Hi @marciopt,

    Pleasure ..:)

    Regards
    Anve

Viewing 14 posts - 1 through 14 (of 14 total)
  • The question ‘Remove white space under homepage slide?’ is closed to new replies.