[00:45:08] [1/2] I imported from ``Template:Infobox`` on the dev wiki, but they aren't aligning to the right neither is text wrapping around it. How do I fix this? [00:45:09] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1228868612572577934/image.png?ex=662d9c14&is=661b2714&hm=55694c42bd12ec1cdef95c45c57dad676891b1d085653fd81ef2ffc618286121& [01:21:42] [1/12] For it to align right, you need to add the following code to the "MediaWiki:Common.css" [01:21:42] [2/12] ```.floatright { [01:21:42] [3/12] margin: 0 0 0.5em 0.5em; [01:21:43] [4/12] clear: right; [01:21:43] [5/12] float: right; [01:21:43] [6/12] } [01:21:43] [7/12] .floatleft { [01:21:44] [8/12] margin: 0 0.5em 0.5em 0; [01:21:44] [9/12] float: left; [01:21:44] [10/12] clear: left; [01:21:45] [11/12] } [01:21:45] [12/12] ``` [01:23:10] [1/2] If you do not have anything in MediaWIki:Common.css [01:23:10] [2/2] I suggest you copy ours from [[dev:MediaWiki:Common.css]] [01:23:10] [01:26:05] thank you so much 🙏 [01:26:17] [1/2] works perfect [01:26:17] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1228878965607764058/image.png?ex=662da5b8&is=661b30b8&hm=679d32c99f19807fe8b649361efcc6590ec0b739785938ba71cc3de8806b7f7a& [01:38:29] You're very welcome [03:28:11] [1/2] How can I make them the same size? [03:28:12] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1228909645083709481/image.png?ex=662dc24b&is=661b4d4b&hm=e075979fc423b70ec6a03baf344f91c3525849a244e32aa5b1fc3dc19e437264& [03:28:22] When there's no text/images it does look the same but adding things makes it go like this [07:24:41] Ping me about this again this time tomorrow. Sorry I am busy right now [09:53:59] [1/2] By adding for example "size=150px" or "size=250px" [09:53:59] [2/2] Have a link? [12:04:01] Don’t be! [14:04:01] Oddy enough it looks fine when the 'tools' sidebar is closed [14:04:13] https://cdn.discordapp.com/attachments/1006789349498699827/1229069707802447892/image.png?ex=662e575d&is=661be25d&hm=67d04c609a6b96ff964c1066aeaccece5e232274f0a72c5a64119f3c6bcb0d82& [14:04:14] here's the link? [14:06:02] I'm gonna try adding the size parameter in a few, though - i'll get back to you on that [14:14:48] [1/2] Try this approach: [14:14:49] [2/2] https://en.wikipedia.org/wiki/Help:Table#Individual_cell_borders [14:15:30] https://cdn.discordapp.com/attachments/1006789349498699827/1229072548357214351/image.png?ex=662e5a02&is=661be502&hm=ab4772df7ad8063bc6d3c01a24e9af7f4c7b99e15544e7890d65c20a273c23aa& [14:15:42] I think that is easier to do [14:15:53] In stead of two tables in another table [14:16:34] Here are three images, but just two works as well of course [14:28:09] @reception123 is there a way for people with shell to see how many people use a skin or smt? I’m using the wikisbysetting hook and apparently there’s none(citizen and apex worked). Was wondering. The thing seems to break as soon as it encounters something the dev didn’t anticipate. Ie comments from comment stream are on the roof(top of the page) [14:28:41] (Why is it whenever I’m looking for someone in member list who’s online to not bother someone who’s offline it’s always you) [14:40:55] It depends [14:41:22] We can check the user options & ManageWiki tables [14:41:51] Im not sure if it check default or people using [14:41:53] I think default [14:42:10] Since publictestwiki at least has it enabled [14:42:13] So it’s not 0 [14:42:35] and citizen and apex were like 700 and 400 [15:48:11] Ive glanced/very rough tested around 6% of the extensions and skins for 42 [15:48:26] Skins are easy though you just preview and if they don’t explode Gucci [16:00:29] One skin wasn't working for me [16:01:15] Which one: saw [16:03:20] @pixldev : Monaco [16:04:31] [1/3] I made a revamp. [16:04:31] [2/3] https://witheredhope.miraheze.org/wiki/Talk:Main_Page [16:04:31] [3/3] Perhaps it's an idea you can use, or not at all. [16:50:20] [1/3] Altered it a bit and tried the table you suggested, it works (but it looks a bit out of place). [16:50:20] [2/3] Although I'm wondering if there's an option to force only one of these to be open at a time or something like that [16:50:21] [3/3] https://cdn.discordapp.com/attachments/1006789349498699827/1229111510484258936/image.png?ex=662e7e4b&is=661c094b&hm=8a80ee404c74cd001b11bd771af205a093eb81514d80f79d6fd78b266b6769f3& [16:57:01] I think CSS might be a good Idea. @CSS/JS Support Volunteers [16:57:39] Perhaps Lake knows how to solve the miss alignment [17:33:15] [1/2] Please create a support thread or post in #CSS/JS Support thread and I'll go back to you today hopefully. [17:33:16] [2/2] Forcing this could be possible, but it would be making a workaround and would most likely fail on some resolutions. Using a flexbox instead of table for your layout can fix this issue, can provide details when I have the time [21:08:05] Solved, thanks Xena!