Archived topic
Set the thumbnail on the left and aligned with the title
5 replies · Started by Fitron on November 3, 2020
HELLO Team, I want to display a list of posts on the homepage like this picture or see on the site sea.mashable.com
thumbail post on the left and aligned with the title of the post on the right, I have tried some code but having trouble to set up how to in such a. Anyone out there can help what code should I put?
*for mobile view, I use the theme in library "marketer".
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
my new site
Try this CSS:
@media (max-width: 768px) {
.blog .inside-article, .archive .inside-article {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
}
yes it worked, thanks. But, I only want to display in mobile
Sorry missed that.
Edited the CSS here:
https://generatepress.com/forums/topic/set-the-thumbnail-on-the-left-and-aligned-with-the-title/#post-1516691