Tagged: x
-
AuthorPosts
-
May 11, 2016 at 5:22 pm #986670
ylplParticipantHi 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
May 11, 2016 at 8:28 pm #986927
John EzraMemberHi 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!
May 12, 2016 at 3:43 pm #988467
ylplParticipantAwesome! That worked perfectly and you totally reminded of the default footer menu too. So double thanks!
Daniel
May 12, 2016 at 9:07 pm #988961
DarshanaModeratorGlad we were able to help 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-986670 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
