Okay
  Public Ticket #816417
too big icons on the mobile
Closed

Comments

  •  11
    Eshen started the conversation

    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.



  • [deleted] replied

    Please 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;
        } }
  •  11
    Eshen replied

    Thank you so much. Now it looks great.

    : )

  • [deleted] replied

    Glad to hear that!