I noticed that related products and categories appear vertically, I would like to have placed horizontally.
Can someone help me? :-[
Joomla 3.3.6
Virtuemart 3.0.4
php 5.5 and 5.4 (I tried with 2 versions)
Regards
Hernan
obviously not without a live url .. css is over riding the layout somewhere
Use Firebug to look at the code & work out where the problem lies. http://forum.virtuemart.net/index.php?topic=116620.0
Now Im getting my related products ok, in a row, an centered de image and de tittle.
I put at template css file at the end:
.product-field,product-field-type-R{width:25%!important; float:left!important; text-align:center;}
.product-field-display a img{display: block;margin-left:auto; margin-right:auto;}
I thought someone else might benefit.
Thanks and Regards,
Hernan
Hello
I tried the solution you suggested, but I will form a new problem on the detail page of the product, in practice, it upsets all the formatting on the custom fields
perhaps not insert the two lines suggested by you in the right position?
I insert the row 243 and 244 (and I do not know if this changes anything)
I attach two pictures that I hope are clear
Thank you all for your attention and I apologize for my bad English usage
http://forum.virtuemart.net/index.php?topic=128401.0
Sorry... :-[
Joomla! 3.4.0
Virtuemart 3.0.6.2
PHP 5.5.22
http://www.tecnocoppe.it/prodotti/medaglie/medaglie-calcio/medaglia-calcio-40-mm-29906sc-oro-dettaglio.html
Same problem as Tecnocoppe... I solved to place the related.product horizontally but the layout of the custom field is gone... I think I have to assign a new class to the related products and change the values in my custom.css file but I tried without success, can somebody helps me?
Thank you, bye.
Giuseppe
VM 3.0.12
J 3.4.8
Quote from: Geppux on February 18, 2016, 18:12:32 PM
Same problem as Tecnocoppe... I solved to place the related.product horizontally but the layout of the custom field is gone... I think I have to assign a new class to the related products and change the values in my custom.css file but I tried without success, can somebody helps me?
Thank you, bye.
Giuseppe
VM 3.0.12
J 3.4.8
you cannot do just this
.product-field,product-field-type-R{width:25%!important; float:left!important; text-align:center;}
.product-field-display a img{display: block;margin-left:auto; margin-right:auto;}
You have to be specific to the related products div.
.product-field-type-R{width:25%!important; float:left!important; text-align:center;}
.product-field-type-R a img{display: block;margin-left:auto; margin-right:auto;}
Thank you Pro for your answer.
Great Pro, it seems working perfectly, thank you.
Giuseppe