Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1374601

    Is it possible somehow to make “Footer menu” to be center under the copyright instead of right side?
    I’ve tried following but it did not do anything.

    
    #socket .avia3-menu {
        display: block;
        text-align: center;
        float: none;
    }
    #1374851

    I’ve found old thread where the solution was written https://kriesi.at/support/topic/menu-custom-link-in-a-new-page/

    #socket .sub_menu_socket {
        float: none;
        text-align: center;
    }
    
    #socket .sub_menu_socket li {
        float: none;
        display: inline-block;
    }

    Works fine. Feel free to close this one.

    #1374886

    Hi Sovietovic,

    We’re glad that you have found the solution for it :)
    Thanks for using Enfold and have a great weekend!

    Best regards,
    Nikko

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Footer menu to be centered’ is closed to new replies.