Can't get a container with a row to work under a nav bar... 😑 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can't get a container with a row to work under a nav bar... 😑

https://code.sololearn.com/WFHVbtlhniJc/?ref=app In short I feel like I'm falling over at the first step of a project I'm keen to dive into more. Since it is going to be focused on auto sizing and having multiple wrapped elements, this is very frustrating.

27th Dec 2022, 9:19 AM
Scott
2 Answers
+ 2
In css part you need to remove from header: position: fixed;
27th Dec 2022, 1:25 PM
JaScript
JaScript - avatar
0
You use flexw even when you don't need it. You can also use a fixed margin for the icons since the navigation menu has a fixed height. By the way, flex is not the only redundant code. Here is my version https://code.sololearn.com/Wfsom2s4G1yZ/?ref=app
27th Dec 2022, 9:51 AM
Knight
Knight - avatar