BuddyBoss Home – Web › Support Forums › Themes › Boss. theme › Padding issues on homepage boss theme
- This topic has 18 replies, 5 contibutors, and was last updated 8 years, 8 months ago by Anonymous.
Question
January 30, 2016 at 4:11 am #57605@
AnonymousI’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
Answers
January 30, 2016 at 5:49 am #57613@
AnonymousHi @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
February 16, 2016 at 2:11 pm #59416@paul53pwHi @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.
February 17, 2016 at 12:44 am #59461@
AnonymousHi @paul53pw, Please let me know if your using any page builder and attached a screenshot of the page.
Regards
February 17, 2016 at 5:12 am #59482@paul53pwHi @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
PaulFebruary 17, 2016 at 6:54 am #59496@
AnonymousHi @paul53pw, Please add this css code inside your boss theme’s custom css option..
#post-1294 .wpb_row { margin-bottom: 0 !important; }
Regards
February 17, 2016 at 6:57 am #59497@paul53pwHi @pallavi,
That worked! thank you so much it was driving me mad!
Many thanks
PaulFebruary 17, 2016 at 7:26 am #59503@
AnonymousGreat 🙂
February 17, 2016 at 12:45 pm #59529@paul53pwHi @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
PaulFebruary 18, 2016 at 4:56 am #59580@
AnonymousHi @paul53pw, Please try this:
#post-1294 .wpb_row { margin-top: 0!important; margin-bottom:0!important; }
Regards
February 18, 2016 at 5:50 am #59584@paul53pwHi @pallavi,
That worked, thank you!
February 18, 2016 at 6:17 am #59586@
AnonymousAnytime 🙂
March 6, 2016 at 11:23 am #61733@natasjaHi @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!
NatasjaMarch 6, 2016 at 12:50 pm #61744@
AnonymousHi @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.
March 7, 2016 at 1:17 am #61794@
AnonymousHi @natasja, If you want to remove the left buddypanel you can select the page template to ‘No Buddypanel’ in page attribute section.
Regards
- The question ‘Padding issues on homepage boss theme’ is closed to new replies.