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.

Custom CSS Menu Display

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

I have today uploaded your Premium Vantage Theme and added some custom CSS when looking to amend the look of a footer menu item. The code I added was:
.menu li {
display: inline-block;
}
This effected my primary menu which does not display corectly but I can not find how to undo the effect of the Custom CSS as deleting the code does not remove the effect.

URL: http://www.tjfrog.com

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, 6 months ago

    Hi GeraintAJ

    Thanks for reaching out.

    Please, try the following:

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

    The above assumes that your custom menu widget is the first widget you’ve added to the footer widget area. It’ll drop your other footer widgets below the menu.

    Let us know how that goes :)

  2. GeraintAJ 10 years, 6 months ago

    Thank you, all works.

  3. Andrew Misplon Staff 10 years, 6 months ago

    Super :) Glad to hear that 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.

Have a different question or issue?

Start New Thread