@palbina,
Well, I have talked to our dev team and unfortunately, it’s not possible since both Grid & Masonry layout aligns from the left.
By default, these layouts work from left to right, the first item is placed against column line 1, and spans to the last column, which in our case is the far-right line on the grid. After row 1 is completed, the next image will be placed in the next ROW 2 and start from column 1 like before.
The thing about custom CSS you mentioned is that it might not work. Especially, if you insert another image, the entire thing will get broken. Hence, it’s not really ideal to take this approach.
I hope you understand. Thank you.
-
This reply was modified 5 years, 7 months ago by
Rafin.