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

    Need to show only 1 post at a time on a phone b/c the title text overlaps. Right now 2 show per row. Issue only exists on a smartphone.

    #1081181

    Hey cece101,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #top #wrap_all .slide-entry {
        width: 100%;
        margin-left: 0;
    }
    }

    Don’t forget to remove the cache from your caching plugin before checkin the results.

    Best regards,
    Rikard

    #1081577

    Thanks. That worked.

    #1081638

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog post page on smartphone’ is closed to new replies.