You can change it to
#linksboxContent span {
text-align: center;
}
Now you will have to edit includes/templates/luck_charm/tpl.links_select.php
Find the following lines of code: add the highlighted changes
if (BOX_DISPLAY_VIEW_ALL_LINKS == 'true') {
$content .= '<br /><span><a href="' . zen_href_link(FILENAME_LINKS, '', 'NONSSL') . '">' . BOX_INFORMATION_VIEW_ALL_LINKS . '</a></span>';
}
if (BOX_DISPLAY_SUBMIT_LINK == 'true') {
$content .= '<br /><span><a href="' . zen_href_link(FILENAME_LINKS_SUBMIT, '', 'SSL') . '">' . BOX_INFORMATION_LINKS_SUBMIT . '</a></span></div>';
}
Save the file and upload to your server



Reply With Quote
