Hi I am having difficulty in trying to stack columns the way I want. I want the search to be at the top and basket and burger menu to be below. Tried to use flex layout but just as confused, check both Home and Untitled pages for both of the attempts. Please help thanks, Sam
Screenshot is kind of what I am aiming for (although stupidly haven’t done a full mockup on figma)
The solution to this problem is to use grid.
nav in one cell/ search in one cell and cart in another cell.
With grid you can reoganise everything the way you want at each breakpoint.
I have to say that grid are tricky at first, but super usefull when you master them.