The dashboard icons are now 10x the size they were previously, which when viewed in a normal window, makes it unreadable. How can I change the icon size on the dashboard?
Hello.
Please clear the browser cache
That cleared it up! Thanks!
Hello
Same problem here.
I cleared abantecart cache, browser cache, tried different browser.
Still dashboard icons are huge.
Any recommendation??
I found the solution it was css issue
I added important on this part of css at public_html/admin/view/default/stylesheet/stylesheet.css
.contentpanel .panel-body .shortcut img.img-circle {
max-width: 73px!important;
}