Home › Forums › WoodMart support forum › Make the picture bigger Make the picture bigger This topic has 4 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit. Viewing 5 posts - 1 through 5 (of 5 total) Author Posts February 14, 2021 at 2:55 pm #266387 RachidParticipant Hi there! how can i make the picture in the blog page as seen in the screenshot in a bigger size? Please let me know how screenshot attached Thank you! Attachments:You must be logged in to view attached files. February 15, 2021 at 8:18 am #266577 Elise NoromitMember Hello, Please add this code to the Theme Settings > Custom CSS > Global: .post-single-page .woodmart-entry-meta img.avatar { width: 32px; height: 32px; } .post-single-page .woodmart-entry-meta .meta-author { display: inline-flex; align-items: center; } Best Regards February 19, 2021 at 8:31 am #267782 RachidParticipant Thank you so much! this worked, however, I need it for all the blog cards in the related blog as well as the blog grid (screenshot attached) how can I do that? Thank you February 19, 2021 at 8:31 am #267783 RachidParticipant here is the screenshot http://prnt.sc/100lrvc February 20, 2021 at 4:26 pm #268065 Elise NoromitMember 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 Author Posts Viewing 5 posts - 1 through 5 (of 5 total) You must be logged in to create new topics. Login / Register