Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: v1.3.0 Dashboard icon issue  (Read 2582 times)

Offline Talnz

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
v1.3.0 Dashboard icon issue
« 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?

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5791
  • Karma: +274/-2
    • View Profile
Re: v1.3.0 Dashboard icon issue
« Reply #1 on: April 19, 2021, 09:37:38 PM »
Hello.
Please clear the browser cache

Offline Talnz

  • Newbie
  • *
  • Posts: 4
  • Karma: +1/-0
    • View Profile
Re: v1.3.0 Dashboard icon issue
« Reply #2 on: April 20, 2021, 08:34:36 AM »
That cleared it up!  Thanks!

Offline chrisoft

  • Newbie
  • *
  • Posts: 47
  • Karma: +7/-0
    • View Profile
Re: v1.3.0 Dashboard icon issue
« Reply #3 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??

Offline chrisoft

  • Newbie
  • *
  • Posts: 47
  • Karma: +7/-0
    • View Profile
Re: v1.3.0 Dashboard icon issue
« Reply #4 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;
}

 

Powered by SMFPacks Social Login Mod