clanzone

Registered
How to enable statistics so that it can be seen constantly?
 

Attachments

  • 78970.jpg
    78970.jpg
    2.9 KB · Views: 27
If I understand correctly....

Style properties -> Page setup -> Main content container,

In the Extra box, add a margin-top:

Code:
margin-top: 25px;

Adjust to your liking.
 
Try this in extra.less:

Code:
@media (min-width: 450px)
{
    .p-staffBar-link:last-child
    {
        float: right;
    }
}

The min-width makes it so it doesn't float it in small screens to avoid conflicts.[/code]
 

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