[Resolved] Homepage on Mobile Issue

Home Forums Support [Resolved] Homepage on Mobile Issue

Home Forums Support Homepage on Mobile Issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1037908
    gedosan

    Hi guys

    Just tried my homepage on oldish iphones (iphone 5,6,7,8) and it looks pretty bad (the titles get cut off).

    Looks like the titles are get pushed down (I’m using WP Show Posts).

    Is there anything I can do?

    G

    #1037988
    David
    Staff
    Customer Support

    Hi there,

    if its just the Home page first post then use this CSS:

    @media (max-width: 420px) {
        #wpsp-528417.wp-show-posts .wp-show-posts-entry-title {
            font-size: 1.5em !important;
        }
    }

    It will reduce the font size on the smaller screens.

    #1038063
    gedosan

    legend, thanks

    #1038086
    David
    Staff
    Customer Support

    Happy to be of help

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