Jump to content

xander

Members
  • Posts

    3
  • Joined

  • Last visited

About xander

  • Birthday 01/22/1985

Previous Fields

  • Languages
    Dutch, English

xander's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Thanks it works fine now!!
  2. <div id="copyright" class="clearfix"> <div id="footer-text"> <?php $myfooter_text = of_get_option('footer_text'); ?> <?php if($myfooter_text){?> <?php echo of_get_option('footer_text'); ?> <?php } else { ?> <?php } ?> <?php if( is_front_page() ) { ?> <?php } ?> </div> <?php if ( of_get_option('footer_menu') == 'true') { ?> <nav class="footer"> <?php wp_nav_menu( array( 'container' => 'ul', 'menu_class' => 'footer-nav', 'depth' => 0, 'theme_location' => 'footer_menu' )); ?> </nav> <?php } ?> </div>
  3. Hello,I've got a footer menu that I would like to center. I already tried to delete de float left and set the DIV on center. This will not solve the problem totally because the menu is centered now but the text is showing under each other. So could somebody help me please?/* Footer navigation */nav.footer {position:relative;padding-top:0px;}nav.footer ul {margin:0;padding:0;}nav.footer ul li {list-style-type:none;padding:0px;float:left;margin:0 15px 0 0;background:none;}nav.footer ul li a {color:#727374;}nav.footer ul li a:hover, nav.footer ul li.current-menu-item a {color:#fff;}
×
×
  • Create New...