Home>Support>Changes Vantage Premium

Changes Vantage Premium

By advatis, 8 years ago. Last reply by Alex S, 8 years ago.

Hello,

i’ve the Problem, that you changes anything in the footer design (New Version 2.5.x / WP 4.6). My Custom CSS looks like:

#footer-widgets .widget.widget_nav_menu ul {
text-align: left;
}
#footer-widgets .widget.widget_nav_menu li {
display: inline-block;
float: none;
margin-right: 20px;
}
#footer-widgets .widget.widget_nav_menu li:before {
content: “007C”;
font-family: FontAwesome;
margin-right: 0px;
}
#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 format is now not correct, can you help me (www.eco-butz.eu).

Thanks in advance.

Christian

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Advatis

    Try adding the following CSS to WP AdminAppearanceCustom CSS

    #colophon .widget_nav_menu .menu-item a {	display: inline;	padding: 0;	margin: 0;	border: 0;}

    Does that restore how it previously looked? If not, could you tell me some of the differences that I missed?

    You might also need to install the SiteOrigin CSS Editor.

    By the way, as you’re a Vantage Premium user, you’re entitled to priority email support. If you would like to make use of that, please follow the instructions found on this page. Please reference this thread.

  2. 8 years, 1 month ago advatis

    Hello Alex,

    thanks for your response, it works not like previosly. The two entries should be side by side, not among each other.

    Thanks in advance

    Chris

  3. 8 years, 1 month ago Alex S
    Hi, I Work Here

    Hi Chris,

    Please try the following CSS:

    #colophon .widget_nav_menu .menu-item a {
    	display: inline;
    	padding: 0;
    	margin: 0;
    	border: 0;
    }
    
    #colophon .widget_nav_menu .menu-item {
    	display: inline;
    }
    
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