Home › Forums › WoodMart support forum › Make the picture bigger › Reply To: Make the picture bigger
February 20, 2021 at 4:26 pm
#268065
Elise Noromit
Member
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