Product Box whit different size

  • Posts: 22
  • Thank you received: 1
11 years 5 months ago #150478

-- url of the page with the problem -- : localhost
-- HikaShop version -- : 2.3.0 (business)
-- Joomla version -- : 3.2.2
-- PHP version -- : x.x.x
-- Browser(s) name and version -- : Firefox 27.0.x




I´m introducing my product and I found this problem (see capture attached) There are product boxes bigger than other and I think I have introduced in the same way every product.

What´s happens?
Do I do something wrong? Or there is other problem?
If helps … I attach a capture and you can see that margin/padding of the botton is different
Sorry I haven´t found any forum with a solution
Thanks very much
Regards

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #150480

Hi,
That's a CSS issue, the solution will be to add a fixed height for your product boxes through some CSS code.
You'll find a similar issue through that thread .

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

  • Posts: 22
  • Thank you received: 1
11 years 5 months ago #150553

I´m sorry
In my web there isn´t this class

.hikashop_subcontainer.thumbnail

Maybe now has other name. I have installed last version
This is my website La tienda Electrónica
In website now you can´t see the problem because with this product but in my localhost I have problem with other product. But the code it´s the same

Thanks

Last edit: 11 years 5 months ago by Antonioseo.

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #150567

Hello,
This kind of CSS code :

#hikashop_category_information_module_107 div.hikashop_container .hikashop_subcontainer {
height: 335px !important;
}
Or :
div.hikashop_container .hikashop_subcontainer {
height: 335px !important;
}
Will probably do the job.

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

  • Posts: 22
  • Thank you received: 1
11 years 5 months ago #150738

Hi again!
Box css code fix boxex size...but as you can see in the attached photo, the problem continue because there is differente between "Añadir a tu pedido" botton

Thanks for your time
Best regards

Attachments:

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #150746

You'll probably be able to solved that by setting an height to the elements inside your boxes through some CSS code.
If you can't do it can you give me the link to the page that you showed me so that I can directly check your issue ?
Thanks

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

  • Posts: 22
  • Thank you received: 1
11 years 5 months ago #150953

This is web site: Web

I don´t have enogh css knowledge to fix this problem

Thanks

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

  • Posts: 12953
  • Thank you received: 1778
11 years 5 months ago #150972

Using this kind of CSS code will probably do the job :

.hikashop_products_listing .hikashop_products .hikashop_container .hikashop_subcontainer .hikashop_product_stock_count {
display: none;
}

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

  • Posts: 22
  • Thank you received: 1
11 years 4 months ago #151246

Thanks
This code do the job

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

Time to create page: 0.108 seconds
Powered by Kunena Forum