#Align Navbar with Website Content
21 messages · Page 1 of 1 (latest)
we need to see your code buddy
for example i have my nav bar looking like this
<NextUINavbar maxWidth="xl" position="sticky" isBordered isBlurred>
and for my case the maxWidth is responsible for that
ok so i think you need to change the min-h-screen to the same width as your section that's right under the header
you should see either on your section page or component or one the layout
isn't min-h-screen just responsible for the height?
try to put maxWidth="" prop to the <navbar>
yeah right i talked too fast
tried that, but it unfortunately doesn't affect the nav bars behavior .
why don't you separate the navbar component at first then we'll see how it reacts
create a component inside the components folder name it navbar
and then put on the layout page
yeah it looks great like that
i mean there's work to do on it
can i download your code to check it out by myself?
sure