- This topic has 18 replies, 5 contibutors, and was last updated 8 years, 9 months ago by .
-
Question
Answers
- The question ‘Padding issues on homepage boss theme’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Padding issues on homepage boss theme
I’m currently using siteorigin pagebuilder to create a few pages inc my landing page, but having issues with the padding as can be seen on the homepage.
My issue is I have white gaps in-between the header, footer and in-between the actual rows, I have tried numerous css changes that I have found online but none seem to do the trick?
The website in question is http://www.jerseypeeps.com
Hi @jerseypeeps, Try this css code
.panel-grid {
margin-top: 0 !important;
margin-bottom: 0 !important;
padding: 0 !important;
}
body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
padding: 0 !important;
}
.panel-grid:first-child {
padding-top: 0;
padding-bottom: 0;
}
Regards
Hi @pallavi,
I am having the same issue, the code you suggested fixed the gap between the header and first row but I still have gaps between other rows on the page.
Hi @paul53pw, Please let me know if your using any page builder and attached a screenshot of the page.
Regards
Hi @pallavi,
Thanks for your reply.
I am using Visual Composer 4.5
Here is a link to the page: http://g4guitarashford.com/home-3/
Many thanks
Paul
Hi @paul53pw, Please add this css code inside your boss theme’s custom css option..
#post-1294 .wpb_row {
margin-bottom: 0 !important;
}
Regards
Hi @pallavi,
That worked! thank you so much it was driving me mad!
Many thanks
Paul
Great 🙂
Hi @pallavi,
It has happened again towards the bottom of the page.
Here is a link to the page: http://g4guitarashford.com/home-3/
Many thanks
Paul
Hi @paul53pw, Please try this:
#post-1294 .wpb_row {
margin-top: 0!important;
margin-bottom:0!important;
}
Regards
Hi @pallavi,
That worked, thank you!
Anytime 🙂
Hi @jerseypeeps,@pallavi
I am also trying to create a landing page with siteorigin page builder for Social Learner for Learndash. It’s my first time with this plugin. Could you please help me out on how you created a homepage without the left blue social learner panel?
Thanks!
Natasja
Hi @natasja I’m no longer using the siteorigin plugin and have moved to using a plugin called Visual Composer for my page building requirements, I find it far superior in many ways and support is top notch.
You can check out my landing page built with siteorigin at my website http://www.jerseypeeps.com, I’ve also used a non boss related theme which helped out alot.
Hi @natasja, If you want to remove the left buddypanel you can select the page template to ‘No Buddypanel’ in page attribute section.
Regards