I still can't get it to work.. I don't get this =(
I still can't get it to work.. I don't get this =(
Okay, I finally got it working! I'm not sure how I did it but it's good that it's working. Now the only thing is trying to remove the spaces under the item numbers. Could you please help me with that?
http://oembargain.com/index.php?main...ndex&cPath=1_2
Add to your stylesheet
.centerBoxContentsProducts br {display: none;}
The "tpl_modules_product_listing.php"?
No, /includes/templates/your_template/css/stylesheet.css.
Originally Posted by cchan
Read & re-read the suggestionsOriginally Posted by gjh42
Zen-Venom Get Bitten
I'm still new to all this, that's why I'm seeking help on these forums. Anyway, thanks.
After I added that to my stylesheet, my price and add quantity doesn't have spacing.
Now, it looks like this: http://oembargain.com/index.php?main...ndex&cPath=1_2
Did I do something wrong again? I just added it to the bottom of my stylesheet...
You changed the display order of the elements. When I tested it before, that rule worked correctly. Now, try
.centerBoxContentsProducts br+br {display: none;}
This will only hide the breaks when there are two or more in a row.
Hm, I just did that. It's still doing the same thing, is there a specific spot in my stylesheet that I have to put it?
http://oembargain.com/index.php?main...ndex&cPath=1_2