• Resolved doctorofcredit

    (@doctorofcredit)


    Currently when using the short code displaying the date displays on a new line. Is it possible to get it to show on the same line?

Viewing 1 replies (of 1 total)
  • Hi,

    Sorry for the delay replying to you on this.

    There are 2 options to do this:
    – Either move the date before the comment in the ‘format’ option. E.g. format=”{date} {comment} by {author}”. You can see an example of that here: https://prnt.sc/so7bxf
    – Or add some additional CSS to your site to force the date to be inline. E.g.

    
    .recent-comments-list .comment-excerpt+.comment-date, .recent-comments-list .comment-post+.comment-date {
      display: inline !important;
    }
    

    Hope that helps….

Viewing 1 replies (of 1 total)
  • The topic ‘Show Date On Same Line’ is closed to new replies.