BuddyBoss Home – Web Support Forums Themes Boss. theme Blog Posts Layout Problem with Comment Button and horizontal lines

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

    #45666
    @ryan-valdez

    I noticed that under the mobile set up for Boss theme, when you look at the the blog page with all the posts, you click on reply and it shows up with a weird layout where the comment button is over lapping the lines. Here is an attached image of what I am talking about. The overlapping varies from each comment but it still looks off. What is a fix for this?

    Error

    Answers

    #45707

    Anonymous
    @

    Hi @ryan-valdez, please try to add following to custom.css

    
    .commentlist>li.comment {
       padding-bottom: 50px !important;
      }
    

    Regards
    Varun Dubey

    #45753
    @ryan-valdez

    I went ahead and added the css. It seems like it works for the first comment but messes up for the second comment. I am not sure if there was any way to make it consistent.

    #45867

    Alyssa
    Participant
    @alyssa-buddyboss

    @ryan-valdez what phone, OS, and browser are you using?

    #45870
    @ryan-valdez

    The problem with the comment button and lines overlapping each other happens on every browser I use. I use Chrome on desktop. iPhone 5c Safari updated. Sony Xperia Chrome.

    #45986

    Alyssa
    Participant
    @alyssa-buddyboss

    @ryan-valdez I’m still unable to replicate this but you can try this instead:

    .commentlist li.comment:last-child {
       padding-bottom: 50px !important;
      }
Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Blog Posts Layout Problem with Comment Button and horizontal lines’ is closed to new replies.