Quote:
Originally Posted by EagleNick
For some reason, the width of the left-column has not increased to accommodate the new images. Because of this, the text of the choices extends past the border of the column.
I have attached a screenshot. Let me know how I am able to resolve this. I'm very picky 
|
I had the same exact problems as you.
I went into the product-iconsusercp.xml file and changed:
HTML Code:
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0">
to
HTML Code:
<!-- usercp nav -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="160">
Basically, just change the width to the amount that looks right.