Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #758823

    Hi.

    Post answers to comments cant be readed completely in mobile devices.
    Right side of the lines are cut.

    Thank you.
    Regards.

    #760596

    Can someone please help me?

    Please find a example below.

    #760682

    Hi,

    Sorry for the late reply!
    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 480px) {
    #top .comment_text {
        font-size: 15px;
    }}
    
    

    Best regards,
    Yigit

    #760693

    I did it but It’s not working, please see responds on responds in my example.

    #760703

    Hey!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) { 
    #top .commentlist .children ul {
        margin: 0 20px 0 10px;
    }}

    Cheers!
    Yigit

    #760712

    Perfect, thank you Yigit!

    #760716

    Hi!

    You are welcome!
    Let us know if you have any other questions or issues! :)

    Cheers!
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Comments on Mobile device’ is closed to new replies.