Viewing 2 replies - 1 through 2 (of 2 total)
  • You could remove the float from the images in that post. I don’t know how that may affect images in your other posts. Right now the images are set with a class called ‘alignleft’ which is causing them to float left. If they are not wide enough the text will set next to it if it has room. If that class was added in your wysiwyg then remove it there. otherwise this bit of css should do the trick…at least for THAT page.

    img.alignleft.img-responsive {
        float: none;
    }
    Thread Starter tuhinbiswas98

    (@tuhinbiswas98)

    wow i was try to fix this prob for long time and you fix it ty ty ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wordpress post text problems’ is closed to new replies.