Share
 
 

Tool sizes

  1. Use a text editor to open the style.css file in the folder that contains your copy of the default template set.
  2. Scroll down the file, and locate the code beginning with:

    /* IMAGE STUFF */

  3. 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).

  4. Save the file.

Was this information helpful?