Plugin Author
WPChef
(@wpchefgadget)
Hello, we are working on a fix for this.
Plugin Author
WPChef
(@wpchefgadget)
We have tried to duplicate the issue in different browsers including yours and were not able to. Most likely, it’s a conflict between your theme or some plugin. Can you try switching to another theme and then let us know if that helped?
Thread Starter
kudlav
(@kudlav)
I was able to fix it by adding box-sizing: border-box; into the following two existing CSS selectors:
-
#llar-dashboard-page .dashboard-section-1 > [class^="info-box-"]
#llar-dashboard-page .dashboard-section-3 > [class^="info-box-"]
Now, the infoboxes width is calculated properly and there is no overflow.
-
This reply was modified 2 years, 3 months ago by
kudlav.
Plugin Author
WPChef
(@wpchefgadget)
We’re going to deploy a fix for this in the next version of the plugin.