RM 1.0 Move resource list sidebar to the right

oVR

Active member
How can I move the resource list sidebar to the right side instead of the default left?
 
Try adding the following in your EXTRA.CSS template. I haven't thoroughly tested this but it should work.

Code:
.resourceListSidebar { float: right !important; }
.resourceListMain { margin-right: 270px !important; }
 
  • Like
Reactions: oVR
Thanks, that did it but I don't like how it works with the sidebars.

Is there a way to have the resource categories in Widget Framework to add to the resource_index page?
 
Thanks, that did it but I don't like how it works with the sidebars.

Is there a way to have the resource categories in Widget Framework to add to the resource_index page?

I haven't got that installed you would need to ask the author of the widget framework about that in the resource discussion thread.
 
  • Like
Reactions: oVR
Top Bottom