Comments on mobile

Home Forums Jevelin Theme Comments on mobile

Home Forums Jevelin Theme Comments on mobile

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • Cakelab
    Participant

    Hi again,

    Do you know by any chance why the comments on the mobile version of the hebrew website look so narrow? Is there a way to make them look wider and actually readable?

     

    Url: https://cake-lab.org/עוגות/פלזיר-סוכרה-שוקולד-רובי/

     

     

    Attachments:
    You must be logged in to view attached files.

    Hi @Cakelab,

     

    I hope you are well today and thank you for your question.

     

    They display narrow on mobile because they are nested comments.

     

    You can make them wider by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media (max-width: 900px){
    .sh-comment-list ol.children {
        padding-left: 0;
    }
    }

     

    Best regards,
    Shufflehound team

    Cakelab
    Participant

    Well, it’s not perfect yet, but looks much much better.. Thanks for the help!

    Cakelab
    Participant

    Solution for this topic

    I take it back, I just played with it and changed it to:

    @media (max-width: 900px){
    .sh-comment-list ol.children {
        padding-left: 0;
        padding-right: 0;
    }
    }

    And now it works perfect on both languages! Thanks so much 🙂

     

    You are always welcome here 🙂

Viewing 5 posts - 1 through 5 (of 5 total)