How do I move website sidebar into right side from left side?

Dear All,

How can we move left side menu to right side menu? Is there any option available to do it? If this is possible please tell me about the process. Thanks in advance.

You have to override the base.html and web.html with your own html files in which the sidebar is on the right side. You can overwrite the base tmplate path within hooks.py of your app

1 Like

I’ve made just the necessary changes on my test-system and this is the result:

3 Likes