Home Forums WoodMart support forum Make the picture bigger

Make the picture bigger

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #266387

    Rachid
    Participant

    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.
    #266577

    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

    #267782

    Rachid
    Participant

    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

    #267783

    Rachid
    Participant

    here is the screenshot

    http://prnt.sc/100lrvc

    #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

Viewing 5 posts - 1 through 5 (of 5 total)