VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: kittmaster on October 15, 2015, 22:22:22 PM

Title: Problem only in Firefox with product layouts
Post by: kittmaster on October 15, 2015, 22:22:22 PM
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)
Title: Re: Problem only in Firefox with product layouts
Post by: GJC Web Design on October 15, 2015, 22:31:05 PM
add to the css

word-wrap: break-word;
Title: Re: Problem only in Firefox with product layouts
Post by: kittmaster on October 16, 2015, 04:39:25 AM
This worked brilliantly.....TY!

Chris