Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-15-2013, 02:39 PM   PM User | #1
simich_86
New to the CF scene

 
Join Date: Feb 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
simich_86 is an unknown quantity at this point
Help customizing my footer (beginner)

Hey,

I need a bit of help customizing my footer text and and the height of my footer.

I like it to be a bit higher but I cant find that value. Do I just add it next to width or what? Also, where it says "copyright 2013", I'd like for it to say copyright [my company name] and maybe some contact details. Where do I add that text?

I did manage to change the color of the footer and the font size but that's about it.

Here's the footer.php and css. And my website is stepford.se if that helps (inspect element maybe). Thanks!!!

footer.php
PHP Code:
<?php 
global $options
foreach (
$options as $value) { 
if (
get_option$value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_option$value['id'] ); } 

?> 
<div class="clear"></div> 
</div><!-- /container --> 
</div><!-- /wrap --> 
<div id="copyright"> 
© <?php the_time('Y'?> <?php bloginfo('name'); ?> 
    <?php if ($xs_disable_social_links == "true") { ?> 
    <?php } else { ?> 
        <ul id="social"> 
            <li><a href="http://www.twitter.com/<?php echo $xs_twitter ?>" title="Twitter"><img src="<?php bloginfo('template_url'); ?>/images/twitter.png" alt="Twitter" /></a></li> 
            <li><a href="<?php echo $xs_facebook ?>" title="Facebook Page"><img src="<?php bloginfo('template_url'); ?>/images/facebook.png" alt="Facebook" /></a></li> 
            <li><a href="<?php echo $xs_feed ?>" title="Feed"><img src="<?php bloginfo('template_url'); ?>/images/feed.png" alt="Feed" /></a></li> 
    </ul><!-- /social --> 
    <?php ?> 
</div><!-- /copyright --> 
<?php wp_footer(); ?> 
</body> 
</html>
css
Code:
/************************************************************************************
Copyright
************************************************************************************/
#social{position:absolute; bottom:10px; right:20px; margin:0; list-style:none}
#social li{float:left; margin:0 0 0 6px}

/************************************************************************************
Copyright
************************************************************************************/
#copyright{background:rgb(228, 228, 228); width:960px; margin:0 auto 20px auto; position:relative; padding:10px; color:rgb(0, 0, 0); font-size:15px; border-top:1px solid rgb(255, 255, 255)}
#copyright p{margin:0}
#copyright a{color:#999}
#copyright a:hover{color:#FFF}
#back-to-top{position:absolute; right:10px; bottom:10px; font-size:11px}
simich_86 is offline   Reply With Quote
Reply

Bookmarks

Tags
css, footer, php

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 02:30 AM.


Advertisement
Log in to turn off these ads.