-
lovin78
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 postsI 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; } }
-
lovin78
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.