Comments 11Eshen started the conversationJune 30, 2016 at 10:55amHi, I want to use icons (small images) inside the blog post. But the images turn to be huge on the mobile. Is there any code I could use to make them normal size on the smaller screen? Thanks. [deleted] repliedJune 30, 2016 at 12:28pmPlease add the code below to Custom CSS @media screen and (max-width: 768px){ .single-blog-holder .post-formatting img { width: auto !important; max-width: 100% !important; } } 11Eshen repliedJune 30, 2016 at 1:08pmThank you so much. Now it looks great.: )[deleted] repliedJune 30, 2016 at 1:09pmGlad to hear that! Sign in to reply ...
Hi, I want to use icons (small images) inside the blog post. But the images turn to be huge on the mobile. Is there any code I could use to make them normal size on the smaller screen?
Thanks.
Please add the code below to Custom CSS
Thank you so much. Now it looks great.
: )
Glad to hear that!