BuddyBoss Home – Web Support Forums Themes Boss. theme Padding issues on homepage boss theme

Viewing 15 posts - 1 through 15 (of 19 total)
  • Question

    #57605

    Anonymous
    @

    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

    Answers

    #57613

    Anonymous
    @

    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

    #59416
    @paul53pw

    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.

    #59461

    Anonymous
    @

    Hi @paul53pw, Please let me know if your using any page builder and attached a screenshot of the page.

    Regards

    #59482
    @paul53pw

    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

    #59496

    Anonymous
    @

    Hi @paul53pw, Please add this css code inside your boss theme’s custom css option..

    
    #post-1294 .wpb_row {
      margin-bottom: 0 !important;
    }
    

    Regards

    #59497
    @paul53pw

    Hi @pallavi,

    That worked! thank you so much it was driving me mad!

    Many thanks
    Paul

    #59503

    Anonymous
    @

    Great 🙂

    #59529
    @paul53pw

    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

    #59580

    Anonymous
    @

    Hi @paul53pw, Please try this:

    
    #post-1294 .wpb_row {
      margin-top: 0!important;
      margin-bottom:0!important;
    }
    

    Regards

    #59584
    @paul53pw

    Hi @pallavi,

    That worked, thank you!

    #59586

    Anonymous
    @

    Anytime 🙂

    #61733

    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

    #61744

    Anonymous
    @

    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.

    #61794

    Anonymous
    @

    Hi @natasja, If you want to remove the left buddypanel you can select the page template to ‘No Buddypanel’ in page attribute section.

    Regards

Viewing 15 posts - 1 through 15 (of 19 total)
  • The question ‘Padding issues on homepage boss theme’ is closed to new replies.