How can I duplicate or create another block to the right of this one with a space between the two? Thanks.
Here is my site Read-Only: LINK
How can I duplicate or create another block to the right of this one with a space between the two? Thanks.
Here is my site Read-Only: LINK
Set the parent to flex horizontal, duplicate the block, then add a gap on the flex parent. If it won’t align, remove any fixed widths on the blocks.
1- Right click on Featured block and choose duplicate. see screenshot below
2- Basic footer action display: flex and all gap see screenshot below
3- For Tablet (break point) Basic footer action change direction to Vertical. see screenshot below.
4- For Tablet (break point) Featured blockapply width to 100%. see screenshot below.
@moid.space Got it. Thank you.