Guest Posted March 31, 2007 Posted March 31, 2007 I resized my banner to 756 X 120 and I would like it to span the top of my site. When inserted it pushes the existing icons AND the right column off to the right. How do I remove the top right links/icons (My Account, Cart Contents and Checkout) and bring the right column back under the banner? I want to keep the text links on the divider bar though. My store is set up to auto center as well. Thank you so much. Alan
usernamenone Posted March 31, 2007 Posted March 31, 2007 open your includes/header.php and find and remove by deleting this bit of code. <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> I resized my banner to 756 X 120 and I would like it to span the top of my site. When inserted it pushes the existing icons AND the right column off to the right. How do I remove the top right links/icons (My Account, Cart Contents and Checkout) and bring the right column back under the banner? I want to keep the text links on the divider bar though. My store is set up to auto center as well. Thank you so much. Alan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.