Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

QUERY LOOP ALTERNATE TEMPLATE

  • Hi,
    I simply need to make the posts of the mirror queries alternate in my home.

    the first with image on the left and text on the right, the second with image on the right and text on the left
    and so on in case there are more posts

    I attach the link of my home where you can see two posts that are with the same template and I would like to make them mirrored

    https://simonecontesini.it/luciana/

    I await your kind response
    thanks a lot
    Simone

  • Hi there,

    Try this:

    @media(min-width: 769px) { 
    .home .gb-query-loop-item.evento:nth-child(even) >.gb-container {
        flex-direction: row-reverse;
    }
    
    .home .gb-query-loop-item.evento:nth-child(even) >.gb-container >.gb-container:nth-child(2) {
        margin-left: 0;
        margin-right: -100px;
    }
    }
  • it’s simply perfect

    thank you so much!!

    Simone

  • No Problem 🙂

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