Site logo

Archived topic

List post in Mobile/amp design

5 replies · Started by Fernando on November 11, 2019

Viewing posts 1–6 of 6

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

Hi Leo,

Done. No cache plugins activated.

And is it possible to do the same with categories?

Thank you so much

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 :)

Tom,

It worked perfecty! With the css I can modify things :)

Thank you so much!

Amazing support.

You're welcome! Glad I could help :)

This archived topic is closed to new replies.