Quote Originally Posted by Fred Philpott View Post
The problem occurs with any product where the manufacturer's name is listed and the browser width is reduced.

Go to pH Instruments>Pocket Testers>Waterproof EcoTestr pH1.

The manufacturer's name is displayed as Eutech Instruments.

Start with full screen width then pull the browser right margin in. You will see the word Instruments moves under the word Manufactured long before the margin reaches it.

Thanks
Fred
open includes/templates/glacial_age/css/product_info.css

find the following declaration and add the highlighted portion

#productDetailsList ul li {
padding:3px 0 3px 3px;
white-space: nowrap;
}