News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Products Dispayed in Rows

Started by bradleyj, November 26, 2012, 23:11:09 PM

Previous topic - Next topic

bradleyj

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
Brad Jenkins - Learning by Helping
Nothing To It But To Do It!
Grateful to be a part of this creative community!

bytelord

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


Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

bradleyj

You made my day! Thank you kindly for your quick and precise response!

Regards
Brad Jenkins - Learning by Helping
Nothing To It But To Do It!
Grateful to be a part of this creative community!

bytelord

You are welcome, good luck you with your project
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

bradleyj

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
Brad Jenkins - Learning by Helping
Nothing To It But To Do It!
Grateful to be a part of this creative community!

bytelord

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
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!