Oops, I mean tpl_product_info_display.php. I'm a bit new to PHP. Lots of PHP files to edit.
NEVERMIND! Got it to work! Put <br class="clearBoth" /> before
PHP Code:
<!--bof Prev/Next bottom position -->
<?php if (PRODUCT_INFO_PREVIOUS_NEXT == 2 or PRODUCT_INFO_PREVIOUS_NEXT == 3) { ?>
<?php
/**
* display the product previous/next helper
*/
require($template->get_template_dir('/tpl_products_next_previous.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_products_next_previous.php'); ?>
<?php } ?>
<!--eof Prev/Next bottom position -->
in tpl_product_info_display.php.