Home Forums WoodMart support forum Make the picture bigger Reply To: Make the picture bigger

#268065

Hello,

Please add this code to the Theme Settings > Custom CSS > Global:

.blog-post-loop .entry-meta-list img.avatar {
width: 28px;
height: 28px;
}
.blog-post-loop .entry-meta-list .meta-author {
display: inline-flex;
align-items: center;
}

Best Regards