Site logo

Archived topic

Homepage on Mobile Issue

3 replies · Started by gedosan on October 18, 2019

Viewing posts 1–4 of 4

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

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.

legend, thanks

Happy to be of help

This archived topic is closed to new replies.