My client wants me to add a menu bar at the bottom of the page that goes across the page evenly instead of vertical ihomefurniturestore.com Thanks.
Hi, Please follow the screenshot given below. PHP: <div class="clear"></div><div class="menu_wrapper footer_menu"> <div id="MainNav"> <a href="#" class="mobile_nav closed">Pages Navigation Menu<span></span></a> <?php realphotography_nav(); ?> </div></div> Note: - For your information, I am using "WP-Editor" plugin to edit files. You can also download and use it from the link https://wordpress.org/plugins/wp-editor/. After activating this plugin, you will get the same screen as shown in the screenshot. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .footer-bottom { margin-bottom: 0; } .footer_menu #menu { border-top: none !important; } Hope it will resolve your issue. Regards! Praveen InkThemes.com