Category icons are very small, strange!!

  • Posts: 22
  • Thank you received: 0
9 years 11 months ago #181261

-- url of the page with the problem -- : 192.145.236.201/~rgindustries/index.php/search-breakers
-- HikaShop version -- : 2.3.4
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.3.22
-- Browser(s) name and version -- : Firefox 32

Could you please take a look at the page i included, I have uploaded nice big category icons that are about 225x225 but they are showing on the page as a very small almost unreadable size. I have tried every setting and cannot seem to get them to show correctly. Please advise, thank you!!

192.145.236.201/~rgindustries/index.php/search-breakers

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
9 years 11 months ago #181276

Hi,

The issue is not the images, but the width of the container of the categories.
There is a width:33.333% applied on it and that's why the content is so small.

So please try to add a property like the following one in your css file:

.hikashop_categories_listing_main .hikashop_subcategories > div, .hikashop_products .hikashop_product{
    width: 100% !important;
}

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum