tabarnew Posted October 14, 2010 Posted October 14, 2010 Hi guys, ive looked everywhere on how to center the shop logo and cant find how to do it any help? thank you
FIMBLE Posted October 14, 2010 Posted October 14, 2010 edit file catalog / includes / header.php look for <td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td> change to <td valign="middle" align="center"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'store_logo.png', STORE_NAME) . '</a>'; ?></td> Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
♥mdtaylorlrim Posted October 14, 2010 Posted October 14, 2010 Be aware that the header is divided up by a table. Centering it will only center it in the current <td> container. You may have to move the image into a different <td> container, or add a <td> in the header as I had to do. Community Bootstrap Edition, Edge Avoid the most asked question. See How to Secure My Site and How do I...?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.