Added Footer Menu – displays vertically and not horizontally
-
I added a new menu to my theme by adding the following to the footer.php file in my child theme:
<div id=”footermenu”>
<?php wp_nav_menu( array(
‘container_class’ => ‘menu-footer’,
‘theme_location’ => ‘footer’
) ); ?>
</div>I then added the Footer menu in the dashboard. The new menu appears in the footer area but the menu items are stacking vertically. I want menu items to stack horizontally and to keep this box thin.
Help??My test site = https://kabbashdesign.com/client2/
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Added Footer Menu – displays vertically and not horizontally’ is closed to new replies.