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?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #153503
    iizag
    Participant

    How can I make menu widget in my footer into one vertical column via css? Right now it displays as horizontal normally. I cant figure this out through firebug as nothing I try works? It is the custom menu widget titles ” Help and support” in my footer.

    My url is : (http://iamdentistry.com/)

    any help would be great , thank you.

    #153509
    iizag
    Participant

    Wow thanks for that amazing help !

    This worked:

    .widget_nav_menu ul li {
    width: 51%;
    }

    Thank you again

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.