I want to reproduce something like this in bootsrap:
I wonder if u can help me or if you know any plugin that can work. This one is made in justinmind.
Thank you in advance and sorry for my english.
I want to reproduce something like this in bootsrap:
I wonder if u can help me or if you know any plugin that can work. This one is made in justinmind.
Thank you in advance and sorry for my english.
There are tutorials online on how to make a Bootstrap navbar so I won't go into that, but in order to get two things on top of each other on only one side of the page, you need to do something like this:
There are two main divs (left and right), which each take up
x
amount of space on the page. Inside one of the divs, place two inner divs with one on top of the other. These divs would each contain a navbar, in your case.