chojo

Registered
Hi,
Please see the attached screen shot, it speak for itself.

Also, why does the Moderator and Admin is not at the right, center or left? It's like floating somewhere between center and left. I would like those to be aligned left.

Thank you!
 

Attachments

  • moderator_bar.jpg
    moderator_bar.jpg
    88.8 KB · Views: 45
it's adhering to the default page width, it looks off though due to the offset of the side canvas. I'll make some adjustments here.

For now, try this in extra.less:

Code:
.p-staffBar-inner {
    max-width: 100% !important;
}
.p-staffBar {
    position: relative;
    z-index: 2;
}
.xb-page-wrapper {
    z-index: 1;
}
 
it's adhering to the default page width, it looks off though due to the offset of the side canvas. I'll make some adjustments here.

For now, try this in extra.less:

Code:
.p-staffBar-inner {
    max-width: 100% !important;
}
.p-staffBar {
    position: relative;
    z-index: 2;
}
.xb-page-wrapper {
    z-index: 1;
}

Work wunderfully, thank you!
Let me know when this will be changed in a future release, I will remove the extra code in the extra.css at that time.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back