jacob1992
jacob1992

Reputation: 141

Bootstrap slide menu navbar-right

I'm having some problems achieving my goal on having a sliding menu on the right (instead of left). Is there someone who would be willing to share how to make the nav items including the mobile menu icon and the slide appear on the right side instead of left? In desktop I would like to have the nav items in a navbar-right.

Here is the menu I am trying to change: https://jsbin.com/seqola/2/edit?html,css,js,output

Thanks a lot in advance! I appreciate the help!

Upvotes: 1

Views: 6452

Answers (1)

aleksandar
aleksandar

Reputation: 2399

What you actually need to do is just replace every left with right in the CSS and jQuery.
Working example here.

Upvotes: 2

Related Questions