News:

Looking for documentation? Take a look on our wiki

Main Menu

Fixed size (height) for product boxes.

Started by Armanshah, May 28, 2014, 21:45:30 PM

Previous topic - Next topic

Armanshah

Please help to get rid if these empty spaces!



It's strange, but I can't find a solution anywhere!

How to make the product box heights fix size?

For example I need ALL boxes 318 px fixed height.

If there is a solution anywhere, please give a link, don't send to search. Or, please, tell what to add and in what file.

Joomla 2.5.20

Virtuemart 2.0.26d


Thanks in advance.

jenkinhill

That is obviously a commercial template so you should ask the template developer about this. http://forum.virtuemart.net/index.php?topic=108212.0

You could mabe solve it yourself by using Firebug. http://forum.virtuemart.net/index.php?topic=116620.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Armanshah

Firebug doesn't help!

The easiest way is to send to Firebug or to Search.

Isn't there any standard solution? Can't believe that this aspect is not important to anyone. Tons of search don't give a result.

Can anyone help, please?

skhn123

add some style for product div's in your css,
put some min-height there.

regards :)

Armanshah

So that's all help here?
No one uses fixed size for product boxes???

GJC Web Design

the problem is in YOUR TEMPLATE!!!!!    skhn123  has already answered you with the solution!

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Armanshah

Ok, don't get angry.

But, please, suggest what code to add. I'll find the template css file of course.

JoomTut

Quote from: Armanshah on May 30, 2014, 12:13:01 PM
Ok, don't get angry.

But, please, suggest what code to add. I'll find the template css file of course.
Your website url?
http://www.joomtut.com - How to Joomla!
Joomla! & VirtueMart Pro Support.
http://www.joomtut.com/joomla-clip.html - 14 steps to creating a Joomla! website with video clip tutorials

Armanshah

#8
As my site is under construction, here is the link to template I use -

http://www.bonusthemes.com/demo/joomla25/moda/index.php?option=com_virtuemart&view=category&virtuemart_category_id=5&Itemid=195

Look, squares vary in height. This is due to the length of the text inside of course. But I hope there is some code to specify the minimum (maximum) size boxes.



Thanks.

skhn123

i added these css with help of firebug for you product title:
.width70.floatright > h2 {
    font-size: 16px !important;
    text-align: left;
}

and its kinda a looking good. see attachment.

[attachment cleanup by admin]