colunm rows height[Solved]

  • Posts: 37
  • Thank you received: 1
9 years 1 month ago #191290

-- HikaShop version -- : 2.3.5
-- Joomla version -- : 3.3.6
-- PHP version -- : 5.5.9
-- Browser(s) name and version -- : Firefox

Hi

Hello
I have a little trouble with my rows are not straight height because of some of the product has to text line an other only have one. when it stand advance of each other and it does not look good.

I can see that hikashop is set to auto parts rows in that the width but not in the height.
Is it possible to get it to it, so the products are on a straight line :)


Tanks for our time

Attachments:
Last edit: 9 years 4 weeks ago by the heatkiller.

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

  • Posts: 12953
  • Thank you received: 1778
9 years 1 month ago #191291

Hello,
To do it you'll have to use some CSS code to force the height of the products of your product listing : www.hikashop.com/support/documentation/1...the-display.html#css

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

  • Posts: 37
  • Thank you received: 1
9 years 4 weeks ago #195339

I would like to share how I solve this problem with my rows jumping up and down. The reason that my number was not equal because the text feldte were not the same all products thereby also 40px per line

In the Cosstum CCS file into I put these lines.

In order to control the height of the weather box.

.hikashop_subcontainer {
   height: 280px;
}

To control the text figures how much it must fill the product page

.hikashop_product_name {
   font-size: 100%;
   height: 35px;
}

Show you now want a different text layout can i write it in .hikashop_product_name or some text must have different color, etc.

Hope you can use or mail me and I will answer you as best as possible.

Theis

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

Time to create page: 0.048 seconds
Powered by Kunena Forum