Skip to:
Content

BuddyPress.org

Ticket #8818: 8818.diff

File 8818.diff, 703 bytes (added by viralsampat, 3 years ago)

I have checked above mentioned issue and I have resolved it and added patch. Also, I have attached screenshot after resolved this issue.

  • style.css

     
    874874        text-transform: none;
    875875        margin: 10px 5px 10px 0;
    876876}
    877 .commentmetadata {
    878         right: 8px;
    879         top: 8px;
    880         position: absolute;
    881         font-weight: normal;
    882         font-size: .8em;
    883         margin: 0;
    884         display: block;
     877/** Add new css for comment data */
     878.commentlist li .comment-body {
     879    width: 100%;
     880    display: block;
    885881}
     882.commentlist li .comment-body .commentmetadata {
     883    position: static;
     884    font-weight: normal;
     885    font-size: .8em;
     886    margin: 0;
     887    display: block;
     888    text-align: right;
     889}
    886890#commentform {
    887891        margin: 15px 10px 0 0;
    888892}