knitting

Author Topic: Increase vertical space between products?  (Read 1323 times)

cybersky

  • Beginner
  • *
  • Posts: 24
Increase vertical space between products?
« on: July 27, 2010, 12:58:06 PM »
Could use some help with a template file :-)

On this page - http://www.homediaperdelivery.com/index.php?page=shop.browse&category_id=15&vmcchk=1&option=com_virtuemart&Itemid=64

It's confusing to the user which Add to Cart button to use, since they're so close to the next product in the list.  Does anyone know how I can increase the space between each product so it's easier to tell which product the user is adding to their cart?

Basically, I just want to add 10 or 15 pixels between each product.

Thanks,
Bill

rb

  • Advanced
  • Hero Member
  • *****
  • Posts: 1503
Re: Increase vertical space between products?
« Reply #1 on: July 28, 2010, 10:47:06 AM »
Using a tool such as Firebug, you can inspect any element on your page, find the CSS styling associated with it and dynamically modify it to see the results.

Using Firebug, I found one way to modify your output.  In your theme.css file, add something like this:
Code: [Select]
#product_list div.browseProductContainer {
    padding-bottom:60px;
}

cybersky

  • Beginner
  • *
  • Posts: 24
Re: Increase vertical space between products?
« Reply #2 on: July 30, 2010, 12:45:47 PM »
Hi rb, thanks for the suggestion.  I ended up just seperating each product with a horizontal line and it looks a lot better to me now :-)

Template Designer

  • Beginner
  • *
  • Posts: 37
    • Virtuemart Templates
Re: Increase vertical space between products?
« Reply #3 on: August 02, 2010, 01:59:13 AM »
Do you mean you wish to add space between products like this template 29907
VirtueMart Templates gear up your sales...

solarangellis

  • Beginner
  • *
  • Posts: 1
Re: Increase vertical space between products?
« Reply #4 on: May 22, 2012, 09:00:25 AM »
i kinda have the same problem , i wanna increase the spacing between the <div=".browseProductContainer">  and the next one ,
anyone have any idea where to search or what to add or where in order to do so ?

i just need just some max 10 pixels apart .


this is the link


http://www.mefastliquidation.com/cms/template.html?page=shop.browse&category_id=10

jenkinhill

  • Global Moderator
  • Super Hero
  • *
  • Posts: 16440
  • UK based web developer & consultant.
    • Jenkin Hill Internet
Kelvyn
Jenkin Hill Internet,
Keswick, Lake District

Unsolicited PMs/emails will be ignored.

It is essential that you mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Support for Joomla 1.5 has ended


Currently using VM2.0.20b on Joomla 2.5.11 PHP 5.3.17

VirtueMart Forum

Re: Increase vertical space between products?
« Reply #5 on: May 23, 2012, 15:42:45 PM »