Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #333016
    Melissa Franke
    Participant

    Hi Team – The Chique Pro them does not display blog comments correctly on Safari version 16.1 for Mac. It’s displays the comments all in one singular column of test, one-letter at a time. If you check out the below link on Safari v. 16.1 for Mac on a browser simulator site, you’ll see what I mean. Can you provide CSS code that can override and fix this?

    #333024
    tikaram
    Keymaster

    @melissahassey : We will check for the issue and get back to you soon. Sorry for the inconvenience caused.

    Regards,
    Tikaram

    #333033
    Melissa Franke
    Participant

    Thanks!

    #333059
    tikaram
    Keymaster

    @melissahassey : Can you please provide me the link of the blog post that contains comments so that I can check for issue on your site and provide you the required fix.

    Regards,
    Tikaram

    #333202
    Melissa Franke
    Participant

    Sure, see comments at the bottom of this page:

    https://www.melissahassey.com/2016/07/car-birth-story-beautiful-baby-girl/

    Thanks!

    #333208
    Sakin
    Keymaster

    Hi Melissa,

    Safari 16 is a very old browser to check it. So, can you try adding the following CSS in “Appearance => Customize => Additional CSS” box:

    @supports (-webkit-hyphens:none) {
      .comment-body { display: table-cell; }
    }

    Regards,
    Sakin

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