Home>Support>In a row?
  1. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Sure. If you insert a Custom Menu widget into the footer widget and then insert 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 should format your list as required.

  2. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    Sorry, meant to say, insert a Custom Menu widget into the footer widget area at Appearance > Widgets. If you don’t want the same pages as your main menu you can just create another menu under Appearance > Menus and then select that menu from the Custom Menu widget.

    Hope that makes sense.

  3. 9 years, 7 months ago Joachim Plenert

    do unterstand exactyl wy but it works, thx a lot

  4. 9 years, 7 months ago Andrew Misplon
    Hi, I Work Here

    * The widget loads up a custom menu of your choice.
    * The custom menu is managed from Appearance > Menus.
    * The widget usually outputs a vertical list.
    * With the CSS we’re saying, hey, if there is a custom menu widget in the footer then apply the following styles to that custom menu.

    Hope that helps explain it a little. Glad it helped.

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