Hi guys,
I'm trying to build a responsive webapp and followed these two Youtube videos:
- https://www.youtube.com/watch?v=Ameag92MqTw
- https://www.youtube.com/watch?v=D6FPxxzCPkc
Seriously, I think I did the exact same thing they do, but it just doesn't work. I want to place two containers next to eachother (horizontally) whenever someone is on a desktop. If they're not on a desktop, I want every container to take up 100% of the screen (width) if that makes sense.
So I set the width of the two containers to a responsive value as you can see in the screenshot below. I told FF to make each container a 0.5 fraction of the screen width. Then they would both take up half the screenwidth, right? What it does: it changes the containers width to 0.5 as it should. But the Wrap widget isn't placing them next to eachother:
Please ignore the design, I removed everything to find out what's happening haha.
Can anyone tell me what I'm missing here? Is it the Sticky header? Is it the Wrap widget? I'm at a loss here..
Any help is appreciated! Thanks :)