XF 2.2 Set widget position to the right side

FoxSecrets

Active member
Whatever I put the xf:widgetpos tag, it places the widget on the left side.

How can I set widget position to the right side? I couldn't find such option.

Code:
<xf:widgetpos id="xxxxx" position="sidenav" />
 
On my page, it places on the left side by default, and I want to move to the right side (the opposite of this addon).

Is there any correspondent tag to do that instead of installing addons?
 
sidenav = left
sidebar = right

They also have different functionality in terms of viewing on mobile devices just as a heads up.
 
Top Bottom