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:
Is is possible to use a different styling for the mobile view? (eg decreasing the margin)
greetings, Ritchie
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
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
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