GTA3Rockstar 3,033 Posted February 24 Share Posted February 24 Hey, so I got a UW monitor and was seeing if there's a way to center everything more instead of filling up the space? This is what I see: This is what I'm looking for Sneed, thehambone, RyanDri3957V and 2 others 5 Link to post Share on other sites
WHAT!? 11,289 Posted March 1 Share Posted March 1 Hey man, here is me being a dick I guess... but, you could just not have your window maximized. I'm living that ultra wide life myself. I just scale my window down and run another browser or a video or whatever on my desktop alongside while I browse. Which lets me like totally use all of my ultra wide real estate. Isn't that is sort of the point of these things? You put extra screen in your screen so you can view content while you view content. JaeDan 101 1 Link to post Share on other sites
GTA3Rockstar 3,033 Posted March 7 Author Share Posted March 7 On 3/1/2021 at 4:33 PM, WHAT!? said: Hey man, here is me being a dick I guess... but, you could just not have your window maximized. I'm living that ultra wide life myself. I just scale my window down and run another browser or a video or whatever on my desktop alongside while I browse. Which lets me like totally use all of my ultra wide real estate. Isn't that is sort of the point of these things? You put extra screen in your screen so you can view content while you view content. Of course but a lot of websites center their content anyways. So, doesn't hurt to do it here Link to post Share on other sites
yoječ 487 Posted March 8 Share Posted March 8 (edited) If you're using a browser plugin that allows creating custom site stylesheets (e.g. Stylish), you could try creating a style like this: #ipsLayout_contentArea { max-width: 1920px; margin: 0 auto; } Substitute the width value with whatever you prefer. Edited March 8 by yoječ WHAT!? 1 Link to post Share on other sites
GTA3Rockstar 3,033 Posted March 9 Author Share Posted March 9 (edited) 22 hours ago, yoječ said: If you're using a browser plugin that allows creating custom site stylesheets (e.g. Stylish), you could try creating a style like this: #ipsLayout_contentArea { max-width: 1920px; margin: 0 auto; } Substitute the width value with whatever you prefer. Yeah, I was messing around with Stylebot. I was using: main.ipsLayout_container { margin-right: 573px; margin-left: 573px; } but it was pretty messed up if the window wasn't full screen lol Yours was better and adjusted based on the screen size. The only difference I made was replace #ipsLayout_contentArea { with main.ipsLayout_container { That brings the left side navigation over as well. Also changing the max width to 2250 It's not 100% perfect but it's much better Thanks! Edited March 9 by GTA3Rockstar JaeDan 101, yoječ, WHAT!? and 1 other 4 Link to post Share on other sites