Hello again,
I tried below HTML and CSS codes, links are displaying properly (srilankaledbulbs.info), but not centered horizontally.
<div id="custom-footer">
<a href="http://www.google.com">
<?php _e('Home', ''); ?></p>
</a>
<div id="custom-footer">
<a href="http://www.google.com">
<?php _e('Our Products', ''); ?></p>
</a>
<div id="custom-footer">
<a href="http://www.google.com">
<?php _e('Order Now', ''); ?></p>
</a>
<div id="custom-footer">
<a href="http://www.google.com">
<?php _e('Contact Us', ''); ?></p>
</a>
#custom-footer {
float:left;
text-align:right;
width:960px;
margin:0px 0 0px 0;
font-size: 14px;
font-weight: bold;
}
Please help to make this horizontally center. Thanks!