Home>Support>Custom CSS Menu Display

Custom CSS Menu Display

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 11 months ago Andrew Misplon
    Hi, I Work Here

    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. 9 years, 11 months ago GeraintAJ

    Thank you, all works.

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

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More