Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #324314

    i want to obtain a styling like this here in our forum.
    my bbpress search result page looks in that way like the single Topic style here but my single topic style looks ugly
    how can i manage it.

    Searchresultpage:

    Singletopics page:

    #324322

    Hi Guenter!

    Can you please post the link to your forum page?

    Best regards,
    Yigit

    #324325
    This reply has been marked as private.
    #324330

    Hey!

    Please add following code to Quick CSS

    .bbp-reply-content {
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    margin-left: 0 !important;
    margin-right: 0 !important;
    min-height: 68px;
    overflow: hidden;
    padding: 7px 20px !important;
    position: relative;
    text-align: left;
    }

    Regards,
    Yigit

    #324357
    This reply has been marked as private.
    #324377
    This reply has been marked as private.
    #324402

    i got it!
    forum options are nested : and this was the error

    #324430

    Hi!

    Glad you figured it out Guenter! Let us know if you have any other questions or issues and thank you for sharing your solution :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘BBPress Single Topics Style’ is closed to new replies.