Archived topic
List post in Mobile/amp design
5 replies · Started by Fernando on November 11, 2019
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 there,
Can you do this first?
https://www.screencast.com/t/nX8M6xt5ANT9
So I can actually see the source of the code.
Thanks!
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 :)