Categories displaying - images and titles

  • Posts: 301
  • Thank you received: 1
9 years 4 months ago #237464

-- HikaShop version -- : 2.6.1
-- Joomla version -- : 3

If you go to this page:
www.ecomad.com.au/mmp_upgrade/hikashop-m...le-371/draught-seals

the layout looks fine with the category image and the sub category name.

If you click on the category vent-seals as an example
www.ecomad.com.au/mmp_upgrade/hikashop-m...odule-371/vent-seals

The images are fine, but the sub sub category name is sitting too far down.
I can see in the css using firebug that there is an image height that has been set at 214px but I cannot find where this has been set and how to get rid of it..

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

  • Posts: 84309
  • Thank you received: 13701
  • MODERATOR
9 years 4 months ago #237476

Hi,

From what I can see, the problem comes from the CSS:
.hikashop_subcontainer .hikashop_category_image {
height: inherit !important;
}
in the file www.ecomad.com.au/mmp_upgrade/templates/...ation/css/custom.css of your template.

If you replace it by:
.hikashop_subcontainer .hikashop_category_image {
height: auto !important;
}
then the names display fine below the images.

The following user(s) said Thank You: Huski

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

Time to create page: 0.059 seconds
Powered by Kunena Forum