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...
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
What browser are you using? IE6 and maybe IE7 will not understand the br+br and will ignore the whole rule.
I am using Mozilla Firefox 3.6.3. Does it look correct on your end?
That is weird. I am on Firefox too, and now it is losing the break between price and add box. If I add a third +br, it works again, deleting two of the three breaks between elements when it ought to only hide one of them.
.centerBoxContentsProducts br+br+br {display: none;}
It worked! Thank you very much, you're the best!![]()