Group: Forum Members
Last Active: Tue 4 Oct 2011
Posts: 24,
Visits: 50
|
Hi all, How can I make the images as well as the grey border around the image and text description for the product/category bigger or smaller? I can't seem to find the right settings in the backend and the kartris manual is no help in that regard.
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
If you use the back end search for 'image' it will find a number of config settings. The sizes of images are set with some of these, e.g. these control the smallest images used in previews and related products:
frontend.display.images.minithumb.height frontend.display.images.minithumb.width
The border around images is controlled with CSS. Would suggest installing Firefox with Firebug or some other similar development tool to help with CSS. The CSS files themselves are in the App_Themes folder, and 'Kartris' is the default front end theme. But using a tool like Firebug makes it easier to find the exact style used for an item on a page, which you can then find and change within the CSS for the site.
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Tue 4 Oct 2011
Posts: 24,
Visits: 50
|
Hi Thanks for the post, I already have firebug installed and had found and appropriately modified the border around the images. I will be testing out your suggestion and will let you know how I got on. Thanks again. Clifford.
|