VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: bradleyj on November 26, 2012, 23:11:09 PM

Title: Products Dispayed in Rows
Post by: bradleyj on November 26, 2012, 23:11:09 PM
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
Title: Re: Products Dispayed in Rows
Post by: bytelord on November 27, 2012, 00:41:44 AM
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


Title: Re: Products Dispayed in Rows
Post by: bradleyj on November 27, 2012, 01:59:04 AM
You made my day! Thank you kindly for your quick and precise response!

Regards
Title: Re: Products Dispayed in Rows
Post by: bytelord on November 27, 2012, 02:00:42 AM
You are welcome, good luck you with your project
Title: Re: Products Dispayed in Rows
Post by: bradleyj on November 27, 2012, 02:12:22 AM
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
Title: Re: Products Dispayed in Rows
Post by: bytelord on November 27, 2012, 02:18:31 AM
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