KenBrace
Active member
The default XenForo look is too thin and wide for me. I'd rather everything be larger and more squished in.
So to accomplish this I tried adding the following code to "EXTRA.css"...
That did the job perfectly. Well, that's what it seemed like at first anyway. The problem is that now blimps, popups, drop down boxes, etc. are miss-aligned. The farther down a page you scroll, the more offset these items become.
How can I increase the default zoom without messing up the alignment?
Thanks in advance!
So to accomplish this I tried adding the following code to "EXTRA.css"...
Code:
html {
zoom: 115%;
}
That did the job perfectly. Well, that's what it seemed like at first anyway. The problem is that now blimps, popups, drop down boxes, etc. are miss-aligned. The farther down a page you scroll, the more offset these items become.
How can I increase the default zoom without messing up the alignment?
Thanks in advance!