One of the issues I am facing is with aligning replies to comments correctly in my comment section. The replies are not aligning properly with the parent comment and it's causing a display problem.
Link to JSFiddle for reference
Here is the CSS code:
.alignleft {
float: left;
}
.alignright {
float: right;
}
.comment-icon {
padding-right: 0px;
padding-left: 0px;
width: 60px;
margin-bottom: 5px;
}
Current display result can be seen here:
https://i.sstatic.net/UPlc8.png.
This is how I want it to look: