jquery theme builder CSS question
How do I change the size of an icon from the JQuery theme builder? The icon is too small to use.
Setting开发者_如何学Go height and width is wrong...
The icons are implemented as sprites within a single image. So you would have to resize that image and then calcualte the new dimension settings and manually change them in your theme CSS or override them in another stylesheet.
The thing is i dont think they offer an oversized raster version or a vector version, so if you just scale up the image you get with your theme download things are going to start looking pixelated.
精彩评论