http://shop.ph.co.za
Thanks
Fred
http://shop.ph.co.za
Thanks
Fred
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
Hi Clyde,
I tried that but it did not do anything. Instead I tried the nowrap here:-
#productDetailsList {
margin: 0;
padding:0;
list-style: none;
white-space: nowrap;
}
Now the manufacturer's name does not wrap at all. Not a perfect fix but certainly much better.
On another subject, I took a look at my site in IE7 and found that the text in the sideboxes is blue instead of white and is not visible until you hover the cursor over the box. Is that something in the IE CSS file which overwrites the text color?
Thanks for the help.
Fred
Zen Cart 1.3.8a / Glacial Age Template v1.0 / EP v1.2.5.4
I decided to open an online store and, after significant research, I found Zen Cart to be the best choice. I went through the templates here and other places on the net and settled for 'Glacial Age'. Nice color and a format to suit my taste.
I know HTML and CSS, but PHP is a full learning curve. And, of course, any attempt to modify some one elses work and follow their flow.
My question. On the shopping cart page is a button for 'estimating shipping' and it sits on the frame below the 'back to shopping' button. I want to move it into the form with the rest of the buttons.
Where is the file I need to touch? Just the name will do.
Thanks![]()
This is not a template specific question.
The shipping estimator is completely seperate from the shopping cart form and uses javascript. moving the button into the shopping cart form may therefore cause problems with the estimator.
The file you need is includes/templates/template_default/templates/tpl_shopping_cart_default.php
after making any edits make sure you move the edited file to:
includes/templates/glacial_age/templates/tpl_shopping_cart_default.php