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
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.
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
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
Hi @Rahul Gupta
I've tried this many times but gave it a shot again and I get same results. Nothing has changed unfortunately.
@TONZR have you tried this incognito mode.
@Rahul Gupta Yes. I also tried different browsers, same issue.
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.