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

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

    #57296
    @khanhar

    Hello,

    I’ve searched and found some handy code here to modify padding on homepage, but it doesn’t work as it should:

    body.page:not(.buddypress) .site-content article:not(.comment), body.single:not(.buddypress):not(.bbpress) .site-content article:not(.comment) {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .entry-title {
        margin-bottom: 0 !important;
    }

    On computer screen, it works just fine, but on mobile devices (and also on Visual Composer) there are still gaps at top and bottom. Please help me to fix this.
    Thank you very much.
    I have attached a picture captured from my iPad.

    Answers

    #57418

    Anonymous
    @

    Hi @khanhar, You can include this css code in child theme’s boss option panel also have option to add custom css

    
    .entry-header {
        margin-bottom: 0 !important;
    }
    

    Regards

    #57433
    @khanhar

    Thank you. It works.

    #57488

    Anonymous
    @

    Great 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The question ‘Padding on homepage’ is closed to new replies.