I am having an issue with how many products it displays in a row. I am telling it 2 but it refuses to obey?
Thanks for any help. I am running 2.0.14 VM on Joomla 2.5 with the Momentum RocketTheme template... www.ThePeacefulPainter.com
Regards
Hello,
First i was thinking that was the gantry framework you use but it seems that do you don't have enouph space in the mainbody to present them ...
You have a body style that places a right margin to 15px so there is no space to place both products and changes lines
inside your file demo-styles.css around line 55 remove the line margin-right: 15px;
body .floatleft {
float: left;
margin-left: 0;
margin-right: 15px;
}
or change it to margin-right: 0;
Use firebug to examine you site code and css styling: https://forum.virtuemart.net/index.php?topic=102850.0
Regards
You made my day! Thank you kindly for your quick and precise response!
Regards
You are welcome, good luck you with your project
Well... that led to another issue.
When you select an item to purchase or learn more.. The price and tax information as well as the attributes and add to cart features moved up in the page and are now on top of the image? ...and the text is not readable...
http://thepeacefulpainter.com/index.php/artistic-clothing/lady-s-tank-top-t-shirt
Thank you kindly for any help with this one as well.
Regards
Hello,
You can find the solution on the FAQ: http://forum.virtuemart.net/index.php?topic=98647.0
Resize your image or use the thumbnail
Regards