• Resolved domenica1

    (@domenica1)


    Hi Mark,

    Can you provide the code to center my footer menu? I searched the forum but couldn’t find exactly the same situation.

    Thanks so much!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi there,
    you can add this

    #menu-footer li {
        float: none;
        display: inline-block;
    }
    #menu-footer {
        text-align: center;
    }

    in your custom CSS box.

    Let me know if you need additional help on this.

Viewing 1 replies (of 1 total)
  • The topic ‘Center Footer Menu’ is closed to new replies.