Defining grid cloumn widths

How in a grid can you set column 1 to 30% and column 2 to 70%

Thanks

Off the top of my head, I would:

Set the grid to 10. Drop in 2 containers as grid items. Set the first to 3 and the second to 7.

that worked, thanks

Or you use a flex with to containers and set the containers to 70% and 30% width. If you just use two columns that’d be a much easier approach, especially for maintaining at different breakpoints. Whatever approach fits best for you.

Thanks, but I don’t see how to do this? The Flex Item does not have a control for the 2 containers within it and I cannot see how to adjust the containers themselves?

I would appreciate your help on this.

@jwDave

Ah! OK Thank you I missed the bit about being able set the “70%”