Security Dashboard Layout Problems
-
Hi I’d like to report a problem that I’ve seen on ALL of my customer websites starting over the past few months with how the AIOWPS dashboard layout is affected on screens larger than 1800px wide. ( i.e. your common 1920 x 1080 resolution monitor )
Normally — the home screen dashboard for AIWOPS has 2, 3 or 4 columns depending on screen resolution. Just like the WP home dashboard screen.
But recently in any browser wider than 1800px the layout breaks and you get only full-width single columns.
So in order to fix this I’ve been having to add the following CSS code to the Admin Panel for any and all of my customer sites:
@media only screen and (min-width: 1801px) { #wpbody-content #dashboard-widgets .postbox-container { width: 33%; } }
I’m hoping that you can take a look at this, verify and provide an update to fix the problem?
Thank you very much,
XIMBALO
Professional WordPress Developer
- The topic ‘Security Dashboard Layout Problems’ is closed to new replies.