Article and Category Box Height

  • Posts: 1
  • Thank you received: 0
10 years 4 months ago #164678

-- url of the page with the problem -- : crepulja.net/trgovina/
-- HikaShop version -- : HikaShop [1405171504]
-- Joomla version -- : 3.3.0 Stable
-- PHP version -- : 5.3.28
-- Browser(s) name and version -- : Google Chrome
-- Error-message(debug-mod must be tuned on) -- :

so the thing is i want to change the box where articles and products are shown to have fixed height.. they are now dependent on text (article or product name).

If the solution is pane height, then its not working..i already tried.

Here are few screenshots for you to see what i have in mind.

Categories:




and articles shown as top articles:

Attachments:

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

  • Posts: 82906
  • Thank you received: 13378
  • MODERATOR
10 years 4 months ago #164715

Hi,

You need to fix the height with CSS. For example, for products listings you can add such CSS code on your website:
.hikashop_products div.hikashop_subcontainer {
height: 230px;
}

And for the categories:
.hikashop_subcategories div.hikashop_subcontainer {
height: 120px;
}

See this link for more information on CSS modifications:
www.hikashop.com/support/support/documen...ize-the-display.html

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

Time to create page: 0.067 seconds
Powered by Kunena Forum