Comment Section on responsive
-
Hello!
I’m using this code to fix the comment section on my website and it works perfectly on desktop, however, I just realized that it looks very bad on responsive mode. How can I fix that?
I attached a capture of the issue here..course-item-popup .comment {
list-style: none outside none;
}
.course-item-popup .ct-media-container {
position: relative;
width: 70px;
height: 70px;
float: left;
border-radius: 50%;
overflow: hidden;
margin-right: 15px;
}
.course-item-popup footer.ct-comment-meta {
display: flex;
align-items: flex-start;
width: 100%;
margin-top: 10px;
}
.course-item-popup .ct-comment-content.entry-content.is-layout-flow {
padding: 0px 0px 0 0;
margin-left: 85px;
margin-top: -35px;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Comment Section on responsive’ is closed to new replies.