Menu 2 in Footer

Hello, i would like to place my second menu in my Footer. Is that possible?
Regards,

Nadine

Hey there,
Hope you’re doing well today

You could use a custom widget area plugin to create a widget area and assign a menu widget to that area.

Here’s a plugin that usually works: WP Custom Widget area – WordPress plugin | WordPress.org

I hope this helps :slight_smile:

Best Regards,
Support

yes that helps thank you.
I still have collum if that is the right name. how can i change this?

My code
<?php wp_nav_menu( array( ‘theme_location’ => ‘impressum’ ) ); ?>

and the menu is attached.
Can you help me with this?

Hi there,

I hope you are having an awesome day and thanks for contacting us regarding your query.

This can be done with the help of some Custom CSS. Kindly provide me with a link to a page with this so that I may be able to write up some CSS that should work for your setup.

Looking forward to your reply :slight_smile:

Cheers!

Hi,

i would like to send you my link but my side is not yet online.
I could put it online for a short time, can we maybe pick a time and day so you can have a look and take it offline afterwards?

Regrads,

Nadine

You can share your site URL privately by checking the option “Set as private reply” when replying here.

hello,

here is the link to my site: http://justfleur.de/

thx in advance for the help,

regards,

Nadine

You can try resolving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#colophon .menu li {
    border: 0;
    float: left;
    margin-right: 20px;
    list-style: none;
}