sub categories is not separate

  • Posts: 182
  • Thank you received: 1
13 years 3 months ago #23552

sub categories is not separate
how can i do?

Attachments:

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
13 years 3 months ago #23555

That's just a CSS problem.
You can fix it on your website by removing the code:
.hikashop_category_list_item, .hikashop_product_list_item {
float: left;
}

from the front end CSS file of HikaShop that you can edit via the interface in the Display tab of the config.

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

  • Posts: 182
  • Thank you received: 1
13 years 3 months ago #23562

ok or we can we use paddig or margin?
because i want to list as one row not down...

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
13 years 3 months ago #23563

Then yes, you can set a margin-left or a padding-left instead.

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

  • Posts: 182
  • Thank you received: 1
13 years 3 months ago #23565

why then should i remove this line....
or can i add under? where?

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
13 years 3 months ago #23578

You should replace:
.hikashop_category_list_item, .hikashop_product_list_item {
float: left;
}

by:
.hikashop_category_list_item, .hikashop_product_list_item {
margin-left: 10px;
float: left;
}

in the front end CSS file of HikaShop that you can edit via the interface in the Display tab of the config.

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

  • Posts: 76
  • Thank you received: 0
12 years 5 months ago #52518

Hi.. I changed the CSS as you suggested and I am still getting a view with the categories not spaced correctly as the screenshot attached.

sub categories don't show at all on this page. What I really want is just a main category and an image for each main category

Attachments:
Last edit: 12 years 5 months ago by Sapphire.

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
12 years 5 months ago #52564

Then you want to change the layout to "div" in the options of your menu. Because right now you're displaying your categories listing as a list and thus it won't display images.

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

  • Posts: 76
  • Thank you received: 0
12 years 5 months ago #52569

great thanks - I've done that now... but the categories are showing on separate pages. (see attached screenshot) and I would like them to be on the same page. Is this possible? If I manage to do this - apart from altering the font CSS I am really pleased with the way my site is looking. (Thanks to all your help) :)

Attachments:
Last edit: 12 years 5 months ago by Sapphire.

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

  • Posts: 82867
  • Thank you received: 13373
  • MODERATOR
12 years 5 months ago #52571

Just increase the "number of items" option to 30 for example on that same screen...

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

  • Posts: 76
  • Thank you received: 0
12 years 5 months ago #52573

I tried that but I get the result shown in attached screen shot. Have also attached screenshot of my HikaShop options

Attachments:

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

  • Posts: 76
  • Thank you received: 0
12 years 5 months ago #52575

SORRY!!! I am trying too hard! All I had to do was clear my cookies and everything came up fine! Thanks so much for all your patience and help. I hope to practice what I've learned and when I'm completely confident then purchase the full HikaShop version to make my sites even better. It's a great extension.

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

Time to create page: 0.086 seconds
Powered by Kunena Forum