Need to change icons size

Re: Need to change icons size

by Dracena Smith -
Number of replies: 0

It is located in themes/standard/styles_layout.css

Look for the following (either delete or change values in order for your grahics to show up the way they are sized in the "pix" folder of your custom theme.

.sideblock li .icon img {
  width:16px;
  height:16px;
}

Hope this helps someone!
Andrea smile