Quantcast
Channel: Topic Tag: footer | WordPress.org
Viewing all articles
Browse latest Browse all 13572

sandaru1z on "[Theme: Pilot Fish] Add custom HTML CSS Footer Links"

$
0
0

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!


Viewing all articles
Browse latest Browse all 13572

Trending Articles