Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] How can I make footer menu widget into one vertical column via css? Reply To: How can I make menu widget in my footer into one vertical column via css?

#153509
iizag
Participant

Wow thanks for that amazing help !

This worked:

.widget_nav_menu ul li {
width: 51%;
}

Thank you again