BuddyBoss Home – Web Support Forums Themes OneSocial theme Mobile: Remove white space above Homepage slide

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

    #69512
    @conscious-crafties

    Hi there,

    Can you let me know how to remove this white space above Homepage Slide on Mobile please?

    See screenshot…

    Many thanks,

    Karen

    Answers

    #69602
    @anve

    Hi @conscious-crafties,

    Please place the follwoing code in child theme’s custom css.

    
    @media screen and (max-width:480px){
    .home .bb-slider-container {
      margin-bottom: 15px;
      top: 0!important;
    }
    }
    

    Regards
    Anve

    #69626
    @conscious-crafties

    Perfect thanks so much! 🙂

    #69662
    @anve

    Hi @conscious-crafties,

    Great 🙂 . I’ll close this topic now .

    Regards
    Anve

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Mobile: Remove white space above Homepage slide’ is closed to new replies.