BuddyBoss Home – Web › Support Forums › Themes › OneSocial theme › Remove white space under homepage slide?
Tagged: slider, white space
- This topic has 13 replies, 3 contibutors, and was last updated 8 years, 8 months ago by Anve S..
Question
March 10, 2016 at 2:24 pm #62423@conscious-craftiesHello,
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.comMany thanks,
Karen
Answers
March 11, 2016 at 6:28 am #62535@anveTry 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
AnveMarch 11, 2016 at 11:01 am #62569@conscious-craftiesThank you Anve that worked beautifully 🙂
March 11, 2016 at 11:04 pm #62635@anveGreat 🙂
March 14, 2016 at 7:28 am #62918@conscious-craftiesHi @anve sorry it didn’t work on all browsers (I was using Safari when testing)
March 14, 2016 at 7:31 am #62919@anveHi @consicous-carfties,
Thanks for notifying that , will check the issue and reply here asap.
Regards
AnveMarch 21, 2016 at 9:39 pm #64411@marcioptHi @anve
I also have this problem, I tried to use the code above did not work, could you help me? Thank you very muchMarch 22, 2016 at 12:48 am #64458March 22, 2016 at 3:23 am #64515@marcioptHello @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 helpMarch 22, 2016 at 5:13 am #64525@anveHi @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
AnveMarch 22, 2016 at 5:22 am #64528@conscious-craftiesHi @anve, will the above code work to remove my white space too for all browsers?
Many thanksMarch 22, 2016 at 6:31 am #64553@anveI 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
AnveMarch 22, 2016 at 7:41 am #64587March 22, 2016 at 11:08 am #64634
- The question ‘Remove white space under homepage slide?’ is closed to new replies.