Putting the navbar vertical

Hey how do you put the nav bar vertically on the right or left of the homepage?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

Hey @humanandcompany! Check out this video!

Do not hesitate if you need more help :slight_smile:

2 Likes

hi you just need to set a width for it like : 100px
then add this css:
display:absolute;
right:0px;
height:100%;

you can hide it and make it clickable by a button too… for example check avizhe-co site that I have designed and by inspect element check the css of the left navbar in minimized screens.

1 Like

Hi there! is there any way you can design a navigation bar, such that it you open the menu it fills the whole page?
the solutionn provided in the video is just fine, but i would also need to open the menu and it covers the whole website.
kind regards,
Yona