You're absolutely right...it shouldn't be that hard. But when we're not all that familiar with php at the best of times...well, it's harder for us than it is for you who are very knowledgeable. Then you add the fact that we only have to work with php codes maybe twice a year, and remembering what we managed to figure out last time is a real challenge.

Following your advice, we found this in the tpl_box_default_left file:

<div class="leftBoxContainer" id="<?php echo str_replace('_', '-', $box_id ); ?>" style="width:200px">

Changing the width there did a beautiful job of widening the left sidebox, so we're very grateful for that. Now we need to widen the main box on the index.php and all secondary pages such as this one: http://timelesserotica.com/index.php...roducts_id=103

We've tried adjusting widths in the stylesheet.css and the tpl_main_page.php, in hopes that would do the job, but nothing we've tried works. Where should we be looking for those values?

Thank you VERY much for your assistance!!!