AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: Talnz on April 19, 2021, 04:51:58 PM

Title: v1.3.0 Dashboard icon issue
Post by: Talnz on April 19, 2021, 04:51:58 PM
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?
Title: Re: v1.3.0 Dashboard icon issue
Post by: Basara on April 19, 2021, 09:37:38 PM
Hello.
Please clear the browser cache
Title: Re: v1.3.0 Dashboard icon issue
Post by: Talnz on April 20, 2021, 08:34:36 AM
That cleared it up!  Thanks!
Title: Re: v1.3.0 Dashboard icon issue
Post by: chrisoft on April 22, 2021, 11:44:53 AM
Hello
Same problem here.
I cleared abantecart cache, browser cache, tried different browser.
Still dashboard icons are huge.
Any recommendation??
Title: Re: v1.3.0 Dashboard icon issue
Post by: chrisoft on April 24, 2021, 03:16:13 AM
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;
}