Keep the image within the post area

Images are not kept within the writing area.

That is happening in the mobile version.

I’d appreciate your help.

إعجاب واحد (1)

Hey, welcome :slight_smile:

This is probably caused by your theme. For a proper fix, whoever made the theme will need to address the underlying issue.

For a temporary fix, try this.

  1. Go to Admin > Themes.

  2. For your enabled theme (it’ll be at the top of the list on the left) click “Edit CSS/HTML”.

  3. Click the “Mobile” tab and then paste this into the CSS input:

    .cooked img {
      max-width: 100% !important;
    }
    
  4. Click “Save” at the bottom.

6 إعجابات

Omg, thank you very much. :smiling_face_with_three_hearts:

¡Now is perfect!

3 إعجابات

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.