Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #958514

    Dear Enfold team,

    I love Enfold’s comment styling. But for longer comment threads there’s an issue on the mobile: Die left margin makes the comment text disappear outside the screen in vertical view:

    comment thread

    threadview2

    Is is possible to use a different styling for the mobile view? (eg decreasing the margin)

    greetings, Ritchie

    #959297

    Hey datadirt,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px) { 
    #top .commentlist .children ul,#top .commentlist ul,#top .commentlist .comment {
        margin-left: 0px !important; 
    }
    }

    If it’s not working in the Enfold Theme Options > General Styling > Quick CSS field, please try in the WordPress > Customize > Additional CSS.

    Best regards,
    Mike

    #962003

    Dear Mike,

    thanks a lot – this is exactly what I tried to achieve.

    Working flawlessly (I entered the code in Enfold’s Quick CSS field).

    greetings,
    Ritchie

    #962488

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Threaded Comment View on Mobile’ is closed to new replies.