Hi.
I have problems with post comments in mobile version.
There are too much right margin in responses and rigth side is hidden.
I have this code in quick CSS, first part is too see OK in desktop devices.
Thank you.
div.comment-entry.post-entry {
width: 60%;
margin: 0 auto;
}
@media only screen and (max-width: 480px) {
div.comment-entry.post-entry {
width: 100%;
}
.comment_content {
margin-left: 0;
}}
Hey vmoralestejedor,
use a code like this inside Quick CSS field:
.children .comment_content {
margin-left: -73px;
margin-right: 20px;
}
Make sure no caching is activates, so you’re able to see the changes. Adjust code as needed.
Best regards,
Andy
Perfect, thank you!
Hi,
Glad Andy could help :)
Best regards,
Nikko