Home>Support>How to add secondary menu in the footer

How to add secondary menu in the footer

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

I have added the menu in the footer, which looks different from the horizontal header menu..
I would like footer menu to look the same.
Please advise.

Thanks,
Geetha.

URL: http://www.geethavaidyamath.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 6 months ago Andrew Misplon
    Hi, I Work Here

    Hi Geetha

    Try adding the following under Appearance > Custom CSS:

    /* Vantage Horizontal Footer Menu */
    
    #footer-widgets .widget.widget_nav_menu ul {
    text-align: center;
    }
    #footer-widgets .widget.widget_nav_menu li {
    display: inline-block;
    float: none;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:before {
    content: "\0007C";
    font-family: FontAwesome;
    margin-right: 16px;
    }
    #footer-widgets .widget.widget_nav_menu li:first-of-type:before {
    content: none;
    margin-right: 0;
    }
    #footer-widgets .widget.widget_nav_menu li:last-of-type {
    margin-right: 0;
    }
    

    That’ll convert your footer menu widget from a vertical to a horizontal list.

  2. 10 years, 5 months ago Geetha

    Thanks Andrew..it worked…
    Also I would like to pay $15 again for your wonderful customer support.
    I will do that by Monday.

    -Geetha

  3. 10 years, 5 months ago Andrew Misplon
    Hi, I Work Here

    Awesome, glad to hear that did the trick.

    All the best.

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More