Most WordPress.org users are aware of the new 3.8 update. With this update, came a brand new admin interface! I personally love the change. It makes WordPress feel so much more modern. The admin interface has been the same for many years, and it was long overdue for an upgrade!
But one change that probably has a few people annoyed is the sudden lack of flexibility with the number of columns on the admin dashboard. I always had mine set to use a two column layout (excluding the navigation). But suddenly, on my PC, I’m forced to use four columns, but each of those columns are super small and they squish the contents of the widget.
Luckily, this can be changed!
I’ve created a super simple plugin that will force the number of columns to be 2. But if you edit the plugin, you can adjust this to however you want.
Before (4 columns)
After (2 columns)
Download the Plugin
How to Edit the Plugin
Without any editing, the plugin will give your dashboard a two-column layout. If you want a different number of columns, you’ll have to edit it to suit your needs.
Downloading the plugin will give you a .zip file. Unzip the file and open up the dashboard-column-width.php file in a text editor. Look for this line:
width:50% !important;
This sets the column width to 50%, which means there will be two columns (because 100 / 50 = 2). You can edit this value to whatever you want! So if you want three columns, set it to 33.3% (because 100 / 3 = 33.3%).
When you’re done, save the file and make sure you re-save it as a .php file. Then, zip the folder back up so that you have the dashboard-column-width.zip file again.
How to Install the Plugin
Make sure you have your dashboard-column-width.zip file. Then navigate to Plugins » Add New then click Upload. Select the zip file and press “Install Now”. Once it’s installed, activate it, and you’re done!
Awesome. I actually needed this for work. 🙂
You are my hero!!!! Thank you so so so much for this plugin, my dashboard is back to its wonderful normal self now. Yay!! 😀
Brilliant! Thank you for this.
Interesting! I was just sitting here thinking that I’m using 3.8 but my dashboard still only has 2 columns… then I maximized my browser and saw two empty columns to the right. How annoying! (Yes, my work computer is widescreen, but I keep my browser window smaller. My monitor at home is pretty old, so it’s still got a small enough ratio to not notice the missing columns.) You’re awesome to building this plugin and sharing it with us!
Thanks Ashley. You make things so much easier for us bloggers. 😀
Thanks for this plugin !!!
Hi, unfortunately, no change after I installed the plugin. Still 3 columns on my desktop.
Is it compatible with the latest WordPress versions?
Thx
Peter
Ah, never mind, it worked. Made a mistake myself. Thank you, excellent work.
Peter
Thanks Ashley.
Good work Ashley, Your plugin works perfect.
Do you know how to change the columns width in the post body?
Thanks