Skip to:
Content
Pages
Categories
Search
Top
Bottom

odd and even replies not showing right border


  • priom
    Participant

    @priom

    Hey guys,

    I’ve been slowly configuring css on bbpress (amazing btw) but having some issues with odd and even replies. I added code to add a border for each reply and spaced out the bottom by about 10px.

    All works fine for the first reply (initial topic).
    But for next consecutive ones – the “right” border is missing.

    you can find my site forums at weareoblivion.com/forums

    -> Navigate to General Discussions > Test Topic
    and you’ll see what I mean.

    I added in these to create the borders:

    #bbpress-forums div.odd, #bbpress-forums div.even {
      border: 1px solid rgba(44,130,201,.22) !important;
      border-bottom: none !important;
      margin-bottom: 10px;
    }
    
    div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header {
      border-top: 1px solid rgba(44,130,201,.22) !important;
      border-left: 1px solid rgba(44,130,201,.22) !important;
      border-right: 1px solid rgba(44,130,201,.22) !important;
    }

    I have tried different browsers and same issue occurred.
    Tried changing it to add individual borders (like i did for the header)
    – Still the same issue
    Even removed alot css
    – still same issue

    Any help is appreciated please ! 🙂

  • You must be logged in to reply to this topic.
Skip to toolbar