I would also like to change this, I looked in product_listing.php as lemuria suggested, but did not see any breaks. Anyone know?
I would also like to change this, I looked in product_listing.php as lemuria suggested, but did not see any breaks. Anyone know?
That is what I am trying to get rid of also. I looked at the files you listed above on my cart. I cannot tell what I might change to fix it. Maybe the 180px part? I don't know.
You might look at the settings in the admin > configuration > all listing for a start.
Most of these follow this convention:
0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
Where you probably are interested in the 4th digit or number of breaks after value and probably Display Product Name for breaks after.
You can also look at product listing and others for possible settings that will reduce the breaks/spacing.
I was not positive what page I was viewing the product listing page or the product info page as you have altered the css or obtained a css file that is not distributed with Zen Cart.
Zen-Venom Get Bitten
Thanks Kobra! I think that might have done it for mine.
Hi, thanks for the suggestion! It hasn't seemed to work for the site I am working on (modtomodern.com/shop)
I would like to remove the space between the product name and the product image, and even the break between price and "more info". Any suggestions? I tried changing some things in the css file but I wasn't able to fix it. Thanks!
I am also having problems with the extra <br> tags that I find the page renders, but I do have those tags in the page (product_listing.php) I have tried the above methods to fix it and it is still not working.
Here is a link to page I am having problems with.
I basically need the ADD TO CART BUTTON to align with the Price. Both of these items are in div tags, price floating left, button floating right, but they will not line up because of the extra <br> tag the page renders. Also, I am using the Column Layout Grid module, but I don't think that is causing an issue with this particular matter. When I take out that <br> tag in Firebug, everything lines up perfectly.