categories in category list do not display vertica

  • Posts: 20
  • Thank you received: 0
11 years 6 months ago #103942

hi,

i have created som categories with subcategories. But in the category list on the website the sub-categories show horizontal:
you see two categories next to each other in stead of above. See www.ijzerwarenmarkt.nl

how can i achieve that sub-categories show vertical?

thank you

greetings, Gerard

Attachments:

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

  • Posts: 26158
  • Thank you received: 4028
  • MODERATOR
11 years 6 months ago #103971

Hi,

It is a CSS problem.
The actual rule in the HikaShop frontend_default css contains:

.hikashop_category_list_item, .hikashop_product_list_item {
   float: left;
}
In your case, you want something different.
Please add this rule in your template or in an hikashop custom css file:
#sidebar .hikashop_category_list_item, #sidebar .hikashop_product_list_item {
   float: none;
}

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 20
  • Thank you received: 0
11 years 6 months ago #104048

thank you!

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

Time to create page: 0.056 seconds
Powered by Kunena Forum