Space margin between module

  • Posts: 11
  • Thank you received: 0
13 years 5 months ago #19537

In your demo site, the "Categories of Product" and "Hikashop Cart Module" are very close positioned especially after the "living room" in the list.

I want a space in between them, in your site div class is called module, apparently you dont put any css to that but my template css has margin-bottom for that wrapping div already(mine is just called moduletable) and it does not create a space. Could you try in your demo site if it has an effect?

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

  • Posts: 82868
  • Thank you received: 13376
  • MODERATOR
13 years 5 months ago #19545

The problem on the demo website is not with margins but with the display styling of the UL of the categories. Adding the CSS below in the template's CSS solves the problem:

.hikashop_category_list {
display: inline-block;
}

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

Time to create page: 0.054 seconds
Powered by Kunena Forum