Home>Support>Footer text

Footer text

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 want to creat a footer with a menu above some infomation.
I creat a Layout Builder, creat two row. Add a second menu, add a visual editor, but text don’t appear :((
How can make some text under menu??

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

  1. 10 years, 1 month ago Private Message - than tien tieu

    This is a private message.

  2. 10 years, 1 month ago Andrew Misplon
    Hi, I Work Here

    Hi Than

    Thanks for reaching out.

    1. Insert the following at Appearance > Custom CSS:

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

    2. Insert a Custom Menu widget at Appearance > Widgets > Footer. Make sure it’s the first widget.

    3. Insert your Text or Visual Editor widget after the Menu widget as required.

    4. Add copyright text at Appearance > Theme Settings > General > Site Information Text.

    Hope that helps.

  3. 10 years, 29 days ago than tien tieu

    Problem: Insert Visual Editor with center align but text not in center :((

  4. 10 years, 29 days ago than tien tieu

    When I active Visual Editor, Page Builder widget will not work !!!
    I can use a image to resolve it.
    But can you give me any ideal about change images on home page when switch to other language??

    Sorry because I can’t use English well

  5. 10 years, 29 days ago Andrew Misplon
    Hi, I Work Here

    Thanks for your feedback.

    1. Before we move onto the text issue. Did you insert the menu widget in the footer? Did the CSS work?
    2. If you’re experiencing issues please try working from Appearance > Widgets and not Customize > Widgets. Let me know if that makes a difference.

  6. 10 years, 29 days ago than tien tieu

    The CSS make some unexpectedly word (“007C”). I removed it. And the menu is exactly I want. But I did it before I create this post :D
    Problem is the text. I try many ways but not work :((

  7. 10 years, 28 days ago Andrew Misplon
    Hi, I Work Here

    Sorry about that, there should have been a forward slash before 007C the Custom CSS.

    I’m unable to connect your site. Please confirm your URL and I’ll take a look at the footer.

    When I active Visual Editor, Page Builder widget will not work !!!

    You should be able to setup your footer without the Layout Builder widget. Have you tried that?

  8. 10 years, 28 days ago Andrew Misplon
    Hi, I Work Here

    To confirm, we’re working at Appearance > Widgets > Footer is that correct? Thanks.

  9. 10 years, 27 days ago than tien tieu

    Thanks.
    after insert a forward slash before 007C the Custom CSS, the menu look better :D.
    My problem is align-center texts under the menu.
    When use “text Widget”, I don’t know how to do
    When use Visual Editor and align-center the texts, the text move to right but not enough to center. WORSE, it make the Layout Builder widget conflict. I must use Layout Builder widget in header to reach some require of our website.
    certainly, I working at Appearance > Widgets > Footer.
    I tried some plugin like Footer Putter but they add some text I don’t want to appear :((

  10. 10 years, 27 days ago Private Message - than tien tieu

    This is a private message.

  11. 10 years, 27 days ago Andrew Misplon
    Hi, I Work Here

    Please try this at Appearance > Custom CSS:

    /* Footer */
    
    #footer-widgets .widget:nth-of-type(2) {
    	margin-top: 25px;
    	text-align: center;
    	width: 100%;
    }
    
  12. 10 years, 27 days ago than tien tieu

    waaaaaa. THANK YOU very much !!!

  13. 10 years, 27 days ago Andrew Misplon
    Hi, I Work Here

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

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More