- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After upgrade there is unnecessary padding in admin dashboard
Hi,
After I upgraded our magento store to 2.3.3 there is extra padding in the admin dashboard.
How do I fix this issue?
Here is a screenshot https://imgur.com/HXrleXB
Sincerely,
Daniel
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
Hello @TONZR
I don't think such bug is reporting for Magento 2.3.3
Check in inspect element, what exactly adding this much padding, is it due to any custom extension or due to something else.
Inspection elements will give you idea about CSS file and line to be removed to make it proper.
200+ Premium Magento 2 Extensions Need help? Hire Magento Developer
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
Hi @theMageComp
Thanks for your reply!
Sorry if this is the wrong thread to post this. But the issue was not there before the upgrade, but of course it can be an extension that creates the issue.
I've check it with the chrome developer tools an I cannot figure out what it is - there's no elements "infront" of the main column causing the issue and we use a minimum of extensions.
Here you can see a screenshot of the elements and CSS https://imgur.com/a/05io3OH
I will keep on diggin - thanks for the help so far!
Sincerely,
Daniel
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
Please try to flush the cache once by the below command and after that logout from the admin and then again log in
//Check the status of cache. php bin/magento cache:status //If it is 1 then use this command php bin/magento cache:flush //if it is 0 then use this php bin/magento cache:enable //then flush the cache
Thanks
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
Hi @Rahul Gupta
I've tried this many times but gave it a shot again and I get same results. Nothing has changed unfortunately.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
@TONZR have you tried this incognito mode.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
@Rahul Gupta Yes. I also tried different browsers, same issue.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: After upgrade there is unnecessary padding in admin dashboard
Hello @TONZR
In the default Magento 2, there is no CSS on the sales order page.
Ideally, the default should be as shown below:
And the page should also be 1 column. However, in your case, it is 2column left which seems to be custom development done.
Please try the default configuration as I've shown to resolve the issue.
Hope it helps.
If you've found my answer useful, please give"Kudos" and "Accept as Solution"