Author | Posts |
---|---|
1101blueli
May 28, 2021 at 4:12 pm
|
Heads up! this post was created when Microthemer was at version 6. The current version is 7. Some references to the interface may be out of date. Hello, Please take a look below images #1 Is it possible to repeat the same order after the second image.? #2 similar to #1, say I want to repeat the same pattern via the UI, is it doable? Many Thanks!! |
Sebastian
May 30, 2021 at 8:00 pm
|
Yes, I think both should be possible. 1. Simply set auto-flow to column and define two rows. The items will flow from top to bottom, starting a new column after two rows. To make the first item span multiple rows/columns, explicitly place it with drag and drop. 2. You should be able to achieve that pattern using :nth-child formulas. First, target all of the grid items and then use the CSS modifiers option to select an nth-child formula from the dropdown menu:
So your selector will look something like this:
That should select the 1st, 4th, 7th etc. Once you’ve created your selector, set the grid-column-end property to span 2. That should do it. Let me know if you’re still stuck. Thanks, |
1101blueli
June 2, 2021 at 12:57 pm
|
Yes |
Sebastian
June 2, 2021 at 2:06 pm
|
Ah, that’s really great to hear. Thanks for the update! |