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.

Page links in footer

Resolved 3 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi
How can I align the page links in the footer of the Vantage theme? The only option I can find it to add pages widgets but the page links are formatted one under the other rather than all in one row? Hope I’ve explained OK. Thank you

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 10 years, 11 months ago

    Hi Yupik All

    If you insert a Custom Menu widget under Appearance > Footer and make sure that it’s the first widget you insert into that area, the following placed under Appearance > Custom CSS should format those links in a horizontal list, above any other widgets that might follow:

    /* 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;
    }

    Hope that helps.

  2. Yupik All 10 years, 11 months ago

    Thanks Andrew. That’s worked perfectly!

  3. Andrew Misplon Staff 10 years, 11 months ago

    Super, 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.

Have a different question or issue?

Start New Thread