Hi guys,
I am using OS 11, and I have been wondering if I can change the position of the default list navigation. By default, it is on the right side like this screenshot below:
Any ideas on how to make it switch to the left side?
Hi Boybabyrage,
You can get that by:
This works because, by default, the outer most container has its contents left aligned and when you remove the width from the other container you are saying that it will occupy only what in needs in terms of width. And thus it will align to the left along with the Navigation widget.
From you screenshot I think you already have one container, so you just need to add the inner one, and check that the other is left aligned.
Cheers,
José
José Costa wrote:
Your method works like a charm. Thank you so much :)
Thanks guys I was looking for the same too! Thanks for the explanation @Jose Costa