• Resolved mat1984

    (@mat1984)


    Hi, I have some problem with text wrapping in my articles when visiting my website via mobile phones. My Mesocolumn is updated and I have WP 4.6.1. This problem exists for very long time and I am still trying to find the reason why my articles are shown on small screens incorrectly. Please find one sample articles on the attached photos. A few first letters are shown in the small space on the right side next to the photo, but article should start under the photo. Articles are created in normal WP text editor. Could you please advise how to resolve this problem? All text in the articles should start under photo on mobile phones. My website is https://www.taniabrytania.uk. Thank you for your help.

    Incorrectly shown article

    Text editor

    Text editor - html

    • This topic was modified 8 years ago by mat1984.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Richie KS

    (@rkcorp)

    best way would add this to customizer->general->custom css to render the image clear when in smaller screen like mobile.

    @media only screen and (max-width:500px) {
     #custom .post-content img {clear:both;display:block;float:none;}
    }
    Thread Starter mat1984

    (@mat1984)

    It works – thank you for quick response!

    Btw MesoColumn is great template, really good job!

    quzaib

    (@quzaib)

    hi, my website holypakistan.com does not look responsive in mobile, i used above code but not working,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text wrapping in articles’ is closed to new replies.