- Use a text editor to open the style.css file in the folder that contains your copy of the default template set.
- Scroll down the file, and locate the code beginning with:
/* IMAGE STUFF */
- To adjust the size of tools, edit the following lines:
img.tool_image { width: 178px;
height: 250px;
border: solid 1px #eeeeee;
}
For instance, if a tool picture looks too small on the setup sheet, you can try increasing the width and height settings (the values must be entered in pixels).
- Save the file.