Home>Support>Horizontal footer custom menu

Horizontal footer custom menu

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].

As per the title, I would like to have a second menu in the footer, in a page builder row horizontally rather than vertically… please say this is some simple custom css. Merci.

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, 29 days ago Magus
    Hi, I Work Here

    Hi Moomoobrom

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

    Thanks

    Magus

  2. 10 years, 29 days ago Private Message - moomoobrom

    This is a private message.

  3. 10 years, 28 days ago Andrew Misplon
    Hi, I Work Here

    Hey Tim

    If a custom menu widget is the first widget in your footer widget area, the following inserted at Appearance > Custom CSS should do the trick:

    /* Vantage Horizontal Footer Menu */
    
    #footer-widgets .widget.widget_nav_menu {
    width: 100%;
    }
    #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: "\007C";
    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;
    }
    

    Give it a try and let us know how you come along.

  4. 10 years, 28 days ago Private Message - moomoobrom

    This is a private message.

  5. 10 years, 27 days ago Andrew Misplon
    Hi, I Work Here

    Cool, glad to hear this will work as a stop gap :)

  6. 10 years, 27 days ago Private Message - Andrew Misplon Hi, I Work Here

    This is a private message.

  7. 10 years, 27 days ago Private Message - moomoobrom

    This is a private message.

  8. 10 years, 27 days ago Private Message - Andrew Misplon Hi, I Work Here

    This is a private message.

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