Xenforo 2.1 how to change theme size to 125% ?

DRIVER1ksa

Active member
Registered
Joined
Aug 30, 2019
Messages
30
Points
18

Reputation:

i try this

body {
zoom: 1.25;
}

it work but All drop-down menu and pop-up window are in the wrong places.
 

Splicho

Synapse-Themes.cc Owner
Staff member
Moderator
Collaborate
Registered
Joined
Jan 21, 2022
Messages
809
Points
153

Reputation:

i try this

body {
zoom: 1.25;
}


it work but All drop-down menu and pop-up window are in the wrong places.
DRIVER1ksaOf course. Because it scales all elements by 1.25, as well as dropdowns.
Dropdowns have mostly relative position to the viewport, that's why they are out of place when scaled.

Why do you want to scale everything ? That's usually a really bad approach, especially with applying that to the body.
 

DRIVER1ksa

Active member
Registered
Joined
Aug 30, 2019
Messages
30
Points
18

Reputation:

Of course. Because it scales all elements by 1.25, as well as dropdowns.
Dropdowns have mostly relative position to the viewport, that's why they are out of place when scaled.

Why do you want to scale everything ? That's usually a really bad approach, especially with applying that to the body.
Splicho
2025-01-15 030903.jpg


I don't know if I'm the only one who suffers from this problem, as any xenforo forum appears as in the picture, small in size and font. and becomes worse if you have a 4K computer screen.
 
Top