• Resolved chcw

    (@chcw)


    Hi,

    I am trying to let text wrap image in Classic Editor. I set the image as “align right” and it looks OK in the editor. However, after publishing, the text is overlapped with the image, why?

    Below is the URL: https://www.datanumen.com/company/

Viewing 4 replies - 1 through 4 (of 4 total)
  • You’ve added the following CSS. That’s why it’s overlapping. If you remove the negative margin, the issue will be solved.

    img.about-image {
        margin: -140px 0 0 140px;
    }

    Screen recording: https://cloud.faisalahammad.com/zDckcJhq

    Thread Starter chcw

    (@chcw)

    Thank you so much. I have removed the class and now all set.

    Glad to hear that! Let’s mark this topic resolved so that no one else has to spend their valuable time here. If you encounter any issues in the future, feel free to open a new topic so that everyone can assist you. Have a wonderful day,

    Thread Starter chcw

    (@chcw)

    Sure. Thank you so much. Have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Let text wrap image in Classic Editor’ is closed to new replies.