• Resolved SeaComms

    (@seacomms)


    Page displays perfectly on desktop browser, but on mobile view the text in larger font over laps when it breaks across rows.

    Have tested on Samsung running Android with Google Chrome and in an iPhone 11 Max with safari, identical response.

    Can’t work out how to resolve so thought I would ask the experts!

    Cheers, Dave.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m no expert, but does adding the following code fix the issue?
    In [Apperance > Customise > Advanced options > Additional CSS]
    add

    p.has-large-font-size {
        line-height: 1.1em;
    }
    Thread Starter SeaComms

    (@seacomms)

    I had no idea what you were talking about but decided to have a look and yep, nicely done, that fixed the issue! Now just need developers to fix it so the next update doesnt break it again! Though I will save that code for if it does.

    Nice work and thanks heaps!

    Glad that worked.
    Changes to the custom stylesheet entered in the ‘Additional CSS’ section are saved in the database, so if the theme is updated your style changes should still work.

    Thread Starter SeaComms

    (@seacomms)

    Legend ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Large font text issue on mobile view’ is closed to new replies.