Home>Support>Horizontal footer custom menu

Horizontal footer custom menu

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. 9 years, 3 months 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. 9 years, 3 months ago Private Message - moomoobrom

    This is a private message.

  3. 9 years, 3 months 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. 9 years, 3 months ago Private Message - moomoobrom

    This is a private message.

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

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

  6. 9 years, 3 months ago Private Message - Andrew Misplon Hi, I Work Here

    This is a private message.

  7. 9 years, 3 months ago Private Message - moomoobrom

    This is a private message.

  8. 9 years, 3 months 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