[Resolved] List post in Mobile/amp design

Home Forums Support [Resolved] List post in Mobile/amp design

Home Forums Support List post in Mobile/amp design

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1059984
    Fernando

    Hello team,
    Is it possible to have the mobile/amp homepage like this?
    https://ibb.co/31mvssX

    I’ve found a similar post but it was for the desktop version. I only need it for the hompage mobile version.

    Thank you in advance

    #1060001
    Leo
    Staff
    Customer Support

    Hi there,

    Can you do this first?
    https://www.screencast.com/t/nX8M6xt5ANT9

    So I can actually see the source of the code.

    Thanks!

    #1060100
    Fernando

    Hi Leo,

    Done. No cache plugins activated.

    And is it possible to do the same with categories?

    Thank you so much

    #1060843
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Give this a shot:

    @media (max-width: 768px) {
        .post-image {
            float: left;
            margin-right: 1.5em;
        }
    
        .post-image img {
            max-width: 150px;
        }
    
        .entry-summary {
            display: none;
        }
    }

    Let me know πŸ™‚

    #1061090
    Fernando

    Tom,

    It worked perfecty! With the css I can modify things πŸ™‚

    Thank you so much!

    Amazing support.

    #1061151
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! Glad I could help πŸ™‚

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