This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

4
  1. Andrew Misplon Staff 11 years, 4 months ago

    Hi Ray

    There is unfortunately no styling ready for a footer menu at this time. You can insert a Custom Menu widget under Appearance > Widgets: Footer but it will render as a vertical list.

    If you do insert a Custom Menu widget in the footer widget area and would like it to render horizontally, try 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:last-of-type {
    margin-right: 0;
    }
  2. Ray Quattromini 11 years, 4 months ago

    Hi Andrew,

    That now looks fine.

    Regards

    Ray

  3. Andrew Misplon Staff 11 years, 4 months ago

    For sure. Glad we could help.

  4. Cliffd 10 years, 9 months ago

    Is there a way to add a vertical separator between the menu items?

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.

Have a different question or issue?

Start New Thread