Similar problem for me. Can anyone help us?
I uploaded “footer putter” plugin, it works great. However when I opened a footer menu and I put in like privacy policy page. It appears but vertically. I used this css code:
.footer-menu ul li
{
display: inline-block;
}
NOTHING CHANGED.
<?php wp_nav_menu( array( ‘menu’ => ‘footer-menu’, ‘theme_location’ => ‘secondary’ ) ); ?>
this code is in footer.php
I just searched and copy paste it. It appears with the bullets. I am really beginner about this code things, so please be clear for me.
I want this menu appears on “Copyright ? …” line, and horizontally. Theme is Grid, website: https://www.whygeneration.com.tr/
PLEASE HELP!