[Resolved] problems with mobile presentation of text

Home Forums Support [Resolved] problems with mobile presentation of text

Home Forums Support problems with mobile presentation of text

  • This topic has 5 replies, 2 voices, and was last updated 6 months ago by Ying.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2341863
    Kenneth

    Hello,

    Love GeneratePress. I have a problem that I am sure could be fixed with CSS but I do not know where to look for the answer.

    On the pages https://www.thehumaneexperience.org/introduction/ and https://www.thehumaneexperience.org/witnessing-kindness/, for example, the text aligns perfectly on desktop and tablet, but mobile phone version text to right of image is hard to read properly. Is there a way with CSS to adjust the text so that it is easily readable?

    I you can kindly point me in the right direction I would be so grateful,

    Kind regards,

    Kenneth

    And thanks again for GeneratePress!

    #2341977
    Ying
    Staff
    Customer Support

    Hi Kenneth,

    Tyr adding this CSS:

    @media (max-width: 768px) {
        .inside-article .wp-block-image [class*="align"] {
            float: none;
        }
    }
    #2342101
    Kenneth

    Thank you Ying,

    This works for desktop and tablet. How do I add CSS for only mobile phone?

    #2342150
    Ying
    Staff
    Customer Support

    Oops, I forgot to add the media query, updated the CSS ๐Ÿ™‚

    #2342177
    Kenneth

    Worked beautifully. Thank you Ying.

    #2342979
    Ying
    Staff
    Customer Support

    You are welcome ๐Ÿ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.