Strike
KPCKevin Powell - Community
•Created by Strike on 6/28/2023 in #front-end
Help with Flexbox Nav Bar.
Thx
15 replies
KPCKevin Powell - Community
•Created by Strike on 6/28/2023 in #front-end
Help with Flexbox Nav Bar.
That's the only fix that will work?
Maybe I can make the centered element relative and just move it to center it horisontally?
15 replies
KPCKevin Powell - Community
•Created by Strike on 6/28/2023 in #front-end
Help with Flexbox Nav Bar.
Complicated for me, it's in a project and is dependent on svgs and other react components.
I think it is causing because the first element in the flexbox and the last are not the same width, but I'm not sure if it's really related.
15 replies
KPCKevin Powell - Community
•Created by Strike on 6/28/2023 in #front-end
Help with Flexbox Nav Bar.
Tried, still isn't in the center.
15 replies
KPCKevin Powell - Community
•Created by Strike on 6/28/2023 in #front-end
Help with Flexbox Nav Bar.
The whole navbar is an absolute div with margin in the sides. this div has
display:flex
withjustify-content: space-evenly
. In this div there are 3 elements: the social links, the navigation and the logo.
I want the navigation to be in the center of the absolute div but it's not.15 replies