
Originally Posted by
lj20272
Hi,
Great add on and so easy to install...... thanks.
One problem I do have with it is the product descriptions stretch right across the screen pushing every field to the right of it, off the screen. Although the fields are visable, it requires a lengthy scroll to the right which results in confusion as to which product is being edited.
Any suggestions how to limit the width of the product description column or remove it entirely.
Thanks in advance.
PS: Using 1.3.9h
i'm having the same problem and it's pretty obnoxious. no time at the present to figure out a GOOD solution that involves a config switch or something, but in the meantime, i have simply put:
HTML Code:
.productsDescription {
display: none;
}
in the stylesheet_quick_updates.css file to hide it. to allow its display again, simply comment-out/delete that bit of code.
Bookmarks