So I installed that Modern Statistics addon by Brivium. I know that they don't have a good reputation. But this version was modified to remove the callbacks I believe.
Anyways, so it's taking up the space at the top and I don't like the width. So I decided to reduce the width via:
to match the width of the nodes/categories. However, the problem is that the sidebar is in the bottom of the statistics's div. How can I move the sidebar on top aligned with the statistics without using position/top combo?
This is how it looks like right now:
Should I use z-index on both? You may be wondering why not just use position/top? The reason is that, it doesn't look right on mobile.
It will only fill up the remaining space on the right if the width is at 100%. I also tried margin-right, but it doesn't look right as well.
Praying that the design gods @Steve & @Russ could hopefully help me on this.
Anyways, so it's taking up the space at the top and I don't like the width. So I decided to reduce the width via:
Code:
width: 74.5%
This is how it looks like right now:

Should I use z-index on both? You may be wondering why not just use position/top? The reason is that, it doesn't look right on mobile.

It will only fill up the remaining space on the right if the width is at 100%. I also tried margin-right, but it doesn't look right as well.

Praying that the design gods @Steve & @Russ could hopefully help me on this.