Archived topic
Change Home Archive Layout To List View
3 replies · Started by Randy on November 4, 2021
Please help me I wanna set my archive homepage like on this thread Here is the screenshot https://imgur.com/Z5Dz2Vm
Now this is my current layout on desktop and this on mobile.
Please, help me how to make the title straight with a thumbnail like this
Hi Randy,
I suggest using Block Element - Content Template for this.
With Block Element - Content template, you can create your own preferred layout for posts.
Learn more about it here -
https://docs.generatepress.com/article/block-element-content-template/
And a demo of how it's used here - https://www.youtube.com/watch?v=-ZTQP_KA2xE
The template used on the video is optional, you can design your own layout using the dynamic GB blocks. :D
Hi Elvan, thanks for the reply. I'm trying to use fewer plugins. Can I use some CSS code like the thread I have mentioned above?
The same CSS should work on your site:
.blog .inside-article, .archive .inside-article {
display: flex;
flex-direction: row-reverse;
align-items: center;
}
Expected behavior - https://share.getcloudapp.com/7KuAoy2R