Quote Originally Posted by ideasgirl View Post
I've search, and search and didn't find this one.

I have in my admin where to change my subcategories images size (width and height) but I don't find anywhere where I change the main page category image size. Where do I change this?
the method i used modify the stylesheet_tm.css (or other files that is suite in your template for this) locate in includes/templates/theme345/css . Open and search for something like this:

[QUOTE=.image span{ display:inline-block; position:relative; width:230px; height:130px;}[/QUOTE]

and change the height to your desire, and also change

[QUOTE=.image a{ padding:0; cursorointer; text-decoration:none !important; display:inline-block; width:230px; height:130px;}[/QUOTE]

if u dont find this kind of code, maybe is diferent from template to template, open each file in your .css folder and search from some line of code including image and height and test some changes. best regards