14,277
editsMore actions
→Templates float on the right side of text
Line 162: | Line 162: | ||
::::::You may want to look into the User-CSS feature of MediaWiki, which lets you modify the site's CSS for when you're logged in with your account. You can put any CSS code you want into [[Special:MyPage/vector.css]] (this link should redirect you to a page for your account) and it should take effect as soon as you save the page. For example, to increase the width from 1280 to 1600, this should work: | ::::::You may want to look into the User-CSS feature of MediaWiki, which lets you modify the site's CSS for when you're logged in with your account. You can put any CSS code you want into [[Special:MyPage/vector.css]] (this link should redirect you to a page for your account) and it should take effect as soon as you save the page. For example, to increase the width from 1280 to 1600, this should work: | ||
::::::<pre>html body { max-width: 1600px; }</pre> [[User:Taylan|Taylan]] ([[User talk:Taylan|talk]]) 19:19, 18 April 2024 (CEST) | ::::::<pre>html body { max-width: 1600px; }</pre> [[User:Taylan|Taylan]] ([[User talk:Taylan|talk]]) 19:19, 18 April 2024 (CEST) | ||
:::::::Great Many thanks [[User:Hawkeye|Hawkeye]] ([[User talk:Hawkeye|talk]]) 21:21, 18 April 2024 (CEST) | :::::::Great! Many thanks! [[User:Hawkeye|Hawkeye]] ([[User talk:Hawkeye|talk]]) 21:21, 18 April 2024 (CEST) |