• Resolved Joe Streno

    (@butisitart)


    Hi Ben …

    I’ve been using a 3rd party comments plugin on Tracks, but would rather go back to the native Tracks comments. Actually I just did go back to Tracks native comments today.

    What I would like to do is alter the CSS for large screens. I would like all comments to appear as they do on smaller devices, Author Info block on top, left & comment below and to the left. The way comments are on large screens, if there are several replies to a parent comment, the children become long narrow strips. For posts with many replies, that’s lots of scrolling.

    I would rather just have the parent and any child comment with maybe 5-10 px left margin.

    Thanks … Joe

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Got it, give the following a shot:

    .comment-author {
      display: block;
    }
    .comment-content {
      float: none;
      width: 100%;
      margin-top: 24px;
    }

    That should work nicely to keep the author info above the comment text

    Thread Starter Joe Streno

    (@butisitart)

    Ben …

    Goal & score!

    Works perfectly. Now I REALLY REALLY like my comments. ??

    Thanks!!!! Joe

    Theme Author Ben Sibley

    (@bensibley)

    Awesome, no problem!

    Happy holidays ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Altering Comments On Large Screens’ is closed to new replies.