I'm having an issue where the product name overruns the cell boundaries, but only in firefox. I can't seem to figure out the issue with even with firebug. Anyone come across this issue? I'm hoping some simple .css adjustment.
Here is the link to use:
http://www.aaron-beachproductions.com/client-portal/songs-sorted-by-title-a-z/search?keyword=chopin&limitstart=0&option=com_virtuemart&view=category&virtuemart_category_id=0
User: demo
Pass: demo
Joomla 3.4.4 and VM 3.0.10 on PHP 5.5
Thanks in advance.
Chris
Chrome:
(http://www.kittmaster.com/imagedump/joomla/Chrome.png)
IE:
(http://www.kittmaster.com/imagedump/joomla/IE.png)
Firefox
(http://www.kittmaster.com/imagedump/joomla/Firefox.png)
add to the css
word-wrap: break-word;
This worked brilliantly.....TY!
Chris