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?
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?
IDEAS Girl
IDEAS Creative Group = Your image... our business!
hello all,
i have the same question too, and havent found it address yet.
is there a way to change the size short of hacking up the code?
Thanks!
well, i figured it out.. shoulda just tried figuring it out first before posting..
Go to ADMIN > CONFIGURATION > IMAGES
Look under:
Subcategory Image Width 100 Info
Subcategory Image Height 80
Those are your max pixel limits. Adjust to your liking.
Hope this helps!
Here's a list of image settings in admin -> configuration -> images
- Small Image Width 125 Info
- Small Image Height 125 Info
- Heading Image Width - Admin 80 Info
- Heading Image Height - Admin 80 Info
- Subcategory Image Width 125 Info
- Subcategory Image Height 125 Info
- Calculate Image Size true Info
- Image Required true Info
- Image - Shopping Cart Status 1 Info
- Image - Shopping Cart Width 50 Info
- Image - Shopping Cart Height 0 Info
- Category Icon Image Width - Product Info Pages 80 Info
- Category Icon Image Height - Product Info Pages 80 Info
- Product Info - Image Width 125 Info
- Product Info - Image Height 125 Info
- Product Info - Image Medium Suffix _MED Info
- Product Info - Image Large Suffix _LRG Info
- Product Info - Number of Additional Images per Row 3 Info
- Image - Product Listing Width 125 Info
- Image - Product Listing Height 125 Info
- Image - Product New Listing Width 100 Info
- Image - Product New Listing Height 80 Info
- Image - New Products Width 100 Info
- Image - New Products Height 80 Info
- Image - Featured Products Width 100 Info
- Image - Featured Products Height 80 Info
- Image - Product All Listing Width 100 Info
- Image - Product All Listing Height 80
Is there a minimum valu for size on additional imgs?
Hi!
I need help. How can i disable images from the Categories?
I manage to disable the images when im in a Categorie list, but if i choose a product, there it is again above the Categorie name.
Like in the picture.
![]()
My store: http://www.postershop.com.pt
Thank You.
Where can we increase the code for these as the images are too small. Where can we locate the option to show categories in the main page ?
Thanks
Hi I have v1.5.5f responsive installed and I am wanting to adjust the category image size by a percentage not pixels like in Admin. in stylessheet
I tried this /* .categoryIcon {float:left;width:35%;} MAX Changes to center and 100% */
.categoryIcon {float:center;width:100%;}, it did make it fill the half.
I am missing what is restricting the top category image from going 100% across the page?
https://www.uesakausa.com/index.php?...hgg29pkfv3qis2
Any suggestions? Thanking in advanced!
I think you can make this change to your stylesheet.css
Code:.categoryIcon img { margin-bottom: 5px; width: 100%; }