Category Listing Layout

  • Posts: 259
  • Thank you received: 22
11 years 3 weeks ago #164918

This is more of a css question in relation to the category list view. I have set in my template css the category listing display to a height of 200px and 3 columns like so:

width:100%;
  -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    height: 200px;
  column-width: auto;
  list-style-type:square;
My problem is that the category names break after each word so that a three word category name is split on to 3 lines even though there is plenty of width on the page. See www.worksceneworkwear.com.au/index.php/p...ry/54-corporate-wear

Is there a way to force the category name to stay on a single line?

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

  • Posts: 12953
  • Thank you received: 1778
11 years 3 weeks ago #164920

Hello,
Using some CSS code like this will probably do the job :

li.hikashop_category_list_item a {
width: 102px;
}

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

  • Posts: 259
  • Thank you received: 22
11 years 3 weeks ago #165046

Thats perfect, thanks.

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

Time to create page: 0.075 seconds
Powered by Kunena Forum