oVR Active member Sep 17, 2013 #1 How can I move the resource list sidebar to the right side instead of the default left?
Shelley Well-known member Sep 17, 2013 #2 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; } Upvote 0 Downvote
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; }
oVR Active member Sep 17, 2013 #3 It moves the sidebar to the right side but leaves a blank sidebar on the left which squishes the middle content section. Upvote 0 Downvote
It moves the sidebar to the right side but leaves a blank sidebar on the left which squishes the middle content section.
Shelley Well-known member Sep 17, 2013 #4 add some margin-left I forgot sorry. Code: .resourceListMain { margin-right: 270px !important; margin-left: 0!important;} Upvote 0 Downvote
add some margin-left I forgot sorry. Code: .resourceListMain { margin-right: 270px !important; margin-left: 0!important;}
oVR Active member Sep 17, 2013 #5 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? Upvote 0 Downvote
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?
Shelley Well-known member Sep 17, 2013 #6 Oerkill VR said: 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? Click to expand... I haven't got that installed you would need to ask the author of the widget framework about that in the resource discussion thread. Upvote 0 Downvote
Oerkill VR said: 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? Click to expand... I haven't got that installed you would need to ask the author of the widget framework about that in the resource discussion thread.