Any idea why the avatars are center-aligned in the comments for the Ink theme? I donโt have any custom CSS thatโs to blame. Iโve dug around the CSS for the theme but nothing there. Also, no replies
template file.
Any idea why the avatars are center-aligned in the comments for the Ink theme? I donโt have any custom CSS thatโs to blame. Iโve dug around the CSS for the theme but nothing there. Also, no replies
template file.
@pratik This is the line to blame. As always, it can be fixed in a lot of ways. One way is to add the following snippet to your custom CSS:
.microblog_avatar {
margin: 10px;
}