What you want is a break between the previous list items and your price item, to put it on the next line.
It may work just to insert a <br /> in the list. Or, you may need a new list after the break for your item - not sure.
What you want is a break between the previous list items and your price item, to put it on the next line.
It may work just to insert a <br /> in the list. Or, you may need a new list after the break for your item - not sure.
I've already tried adding a second list. This is what I currently have on my site. It looks fine in IE(7), but bad in Firefox!![]()
My Contributions: Zen Lightbox | Best Sellers Reloaded
Did you try just inserting a <br /> in the one list?
This was the first thing I tried... originally with it being to 'easiest' solution to my problem. However, it didn't work.
But, after reading your post I began to think... I had some text-align: center attached to that div (which was meaning my '1 for £29.95' text was not sitting under the 'View Basket' text.
So I've changed text-align: center to right and it works!
Thanks for your post - it really helped to get my brain in gear! :)
My Contributions: Zen Lightbox | Best Sellers Reloaded