Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #986670
    ylpl
    Participant

    Hi there!

    My website is: http://dev.ylpl.net/wordpress

    Just a quick easy question. I’ve been searching the forums and online for this but to no avail. How would I make the footer in a horizontal menu format? I suppose it would be something similar to a navbar. At the moment it’s stacked vertically. I know its done through CSS but I can’t seem to change it.

    Thanks,

    Daniel

    #986927
    John Ezra
    Member

    Hi Daniel,

    Thanks for writing in! The footer links are supposed to be horizontal by default. Upon checking your site, it seems that you have a one link menu placed in the theme’s horizontal footer menu. Then you created a custom menu with code in the footer content.

    This isn’t a feature offered in X and Custom development is beyond our scope of support. However this one is quite simple, you can try the following CSS.

    ul.footer-links {
        list-style: none;
        margin-top:-20px;
    }
    
    ul.footer-links li {
        float:left;
        margin: 0 10px;
    }
    
    .x-colophon-content {
        display:inline-block;
    }

    Hope this helps – thanks!

    #988467
    ylpl
    Participant

    Awesome! That worked perfectly and you totally reminded of the default footer menu too. So double thanks!

    Daniel

    #988961
    Darshana
    Moderator

    Glad we were able to help 🙂

  • <script> jQuery(function($){ $("#no-reply-986670 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>