[Support request] Change Home Archive Layout To List View

Home Forums Support [Support request] Change Home Archive Layout To List View

Home Forums Support Change Home Archive Layout To List View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1990750
    Randy

    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

    #1990764
    Elvin
    Staff
    Customer Support

    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. 😀

    #1990766
    Randy

    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?

    #1990799
    Elvin
    Staff
    Customer Support

    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

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