Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #248977

    How do I get the borders to display around each users replay as seen in demo here: http://kriesi.at/themes/enfold/forums/topic/lorem-ipsum/

    I’ve been using on a test site here with a clean new install yet the border in not showing http://oheltorah.com/forums/topic/pesach-list-2014/

    #249018

    Hey lasry02!

    Thank for using the support forum!

    That is a custom style Kriesi created for the demo page. You can add something like this on Quick CSS or custom.css:

    .avia_transform .bbp-replies .bbp-reply-author::before, .avia_transform .forum-search .bbp-reply-author::before, .avia_transform .forum-search .bbp-topic-author::before {
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    z-index: 100;
    content: "";
    left: 98px;
    border-left-style: solid;
    border-bottom-style: solid;
    border-left-width: 1px;
    border-bottom-width: 1px;
    }
    
    div.bbp-reply-content {
    min-height: 68px;
    text-align: left;
    overflow: hidden;
    border-radius: 2px;
    padding: 7px 20px;
    border-style: solid;
    border-width: 1px;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    }

    I hope that helps.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.