Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #494591

    How can I display the footer menu here http://episci-inc.com/ as inline block and centered horizontally?

    thank you
    gary

    #495158

    Hey gharding,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #nav_menu-2 .menu-footer-menu-container {
    text-align: center !important;
    }

    Thanks,
    Rikard

    #495159

    Rikard, thank you, but you didn’t address the inline block part of my request in your code.

    gary

    #495654

    Hi Gary,

    Please add the following as well:

    #menu-footer-menu li {
        display: inline-block !important;
    }

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.