Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you, I have but resources sidebar isn't listed.Have you looked in style properties under XB sidebar?
Thanks Russ .That's not an
option at the moment, I'm away today but I can grab the CSS tomorrow for you.
That's resource index, he wants it on the left when viewing a resource (resource_view).I don´t know why, but for me it is left in the RM and in the forum it is right.
View attachment 5860
I don´t know why, but for me it is left in the RM and in the forum it is right.
View attachment 5860
.resource_description .sidebar {
float: left;
}
.resource_description .mainContent {
margin-right: 0px;
margin-left: {xen:calc 'intval(@sidebar.width) + intval(@xb_spacer_l)'}px;
}
.resource_description .mainContainer {
float: right;
margin-left: -{xen:calc 'intval(@sidebar.width) + intval(@xb_spacer_l)'}px;
margin-right: 0;
}
Sorry about this Russ, which template to I copy this into, recently moved from vb and just getting to grips with it. Is it to replace code or to add to.
Thanks.