Different Pane heights in Category display page

  • Posts: 27
  • Thank you received: 1
11 years 5 months ago #104024

setting the pane height does not seem to make any difference, and comes out uneven when the category title words wrap if too long to fit in the pane

I need uniformity

Attachments:

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

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 5 months ago #104041

You can add such CSS on your website to force the height of the category blocks:
.hikashop_subcategories div.hikashop_subcontainer span {
height: 140px;
}

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

  • Posts: 27
  • Thank you received: 1
11 years 5 months ago #104046

Thanks

I added this to the end of the css file

.hikashop_subcategories div.hikashop_subcontainer span {
height: 240px;
}

but there was no change....

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

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 5 months ago #104058

I don't see that CSS on the frontend CSS of HikaShop: master.shopcen.co/media/com_hikashop/css/frontend_custom.css

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

  • Posts: 27
  • Thank you received: 1
11 years 5 months ago #104067

sorry... I had placed it in the template css file.

I have added this to the bottom of master.shopcen.co/media/com_hikashop/css/frontend_custom.css

is that what I was supposed to do?

it is still not applying.

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

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
11 years 5 months ago #104070

Try like that:
.hikashop_subcategories div.hikashop_subcontainer{
height: 140px;
}

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

  • Posts: 27
  • Thank you received: 1
11 years 5 months ago #104073

awesome - that did the trick....

sorry... wasn't sure about the span element

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

Time to create page: 0.063 seconds
Powered by Kunena Forum