Unreal Wiki broken layout
-
- Godlike
- Posts: 3012
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing
Unreal Wiki broken layout
Regardless of using Firefox or Edge the Unreal Wiki has a broken layout. Is that only for me? If not, where to report this?
You do not have the required permissions to view the files attached to this post.
"If Origin not in center it be not in center." --Buggie
-
- Godlike
- Posts: 3258
- Joined: Sat Mar 21, 2020 5:32 am
Re: Unreal Wiki broken layout
Not for you. For me too.
Where report IDK.
Workaround in Firefox in menu: View - Page Styles - No styles.
Where report IDK.
Workaround in Firefox in menu: View - Page Styles - No styles.
-
- Adept
- Posts: 367
- Joined: Sat Oct 05, 2013 7:20 am
- Personal rank: Easy Target
- Location: "The Butthole of the World"
Re: Unreal Wiki broken layout
I noticed this as well, looks like a file load.php is creating a CSS margin of negative twelve
Looks like the issue has been reported ot https://forums.beyondunreal.com on Feb 8. Sir_Brizz appears to the admin, if someone has an account there maybe they can remind him
Code: Select all
div#column-content {
margin-left: -12.2em;
}
My UT stuff:
CTF-NRMC-Gravitation | CTF-Panamax | Octane Boss Skin | Diesel mkII Boss Skin | Magma NewXan Skin | Skinsect Skjaarj Skin | Gaspack Voicepack
"Also UPDATE YOUR SIGNATURE"
-UnrealGGecko
CTF-NRMC-Gravitation | CTF-Panamax | Octane Boss Skin | Diesel mkII Boss Skin | Magma NewXan Skin | Skinsect Skjaarj Skin | Gaspack Voicepack
"Also UPDATE YOUR SIGNATURE"
-UnrealGGecko
-
- Novice
- Posts: 6
- Joined: Mon Jan 23, 2023 1:27 am
Re: Unreal Wiki broken layout
The work-around I've been using is to press F12 to open the browser developer tools (all of the major browsers seem to use the same keybind for this now), click the element selector (the left-most tool in the tools menu bar, again, all browsers seem to put this in the same place), click anywhere on the page, then scroll up to the top of the HTML, select the div with ID "column-content", and then uncheck the CSS rule that causes the problem.
It's a bit tedious to do this for every page, but it makes things readable again:
It's a bit tedious to do this for every page, but it makes things readable again:
You do not have the required permissions to view the files attached to this post.
-
- Godlike
- Posts: 3012
- Joined: Fri Sep 25, 2015 9:01 pm
- Location: moved without proper hashing