• Hi,
    I need to make my wordpress site like a website, not like a blog. I need to insert custom HTML CSS Links cseparated by | symbol just like the footer given in scjmsl.com website’s footer. I’m not much familiare with editing CSS and footer.php. Please help.

    Footer Links should appear b/w png logo image and “?2011-2013″text in https://srilankaledbulbs.info/ website. Pls give some tips or help me with the code.

Viewing 1 replies (of 1 total)
  • Thread Starter sandaru1z

    (@sandaru1z)

    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="https://www.google.com">
    <?php _e('Home', ''); ?></p>
     </a>
    
    <div id="custom-footer">
           <a href="https://www.google.com">
    <?php _e('Our Products', ''); ?></p>
     </a>
    
    <div id="custom-footer">
           <a href="https://www.google.com">
    <?php _e('Order Now', ''); ?></p>
     </a>
    
    <div id="custom-footer">
           <a href="https://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 1 replies (of 1 total)
  • The topic ‘Add custom HTML CSS Footer Links’ is closed to new replies.