Home>Support>How to decentralize the footer?

How to decentralize the footer?

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].

So, I just centralized my menu, ( I changed this ,,body.responsive.layout-full #page-wrapper .full-container{
max-width:1080px;” to max-width:750px). My menu looks great, but because I changed the number from 1080 to 750, my footer is centralized and looks awful.
My question is, how could I have a centralized menu in the header, but a footer menu, which is not centralized? I hope anybody could help me!

URL. www.geschenkedienst24.de

URL: http://www.geschenkedienst24.de

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, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi Hans

    Thanks for running Vantage.

    Try inserting the following under Appearance > Custom CSS in place of your earlier modification:

    /* Vantage center align the main menu */
    
    .main-navigation ul {
    text-align: center;
    }
    
    .main-navigation ul li {
    display: inline-block;
    float: none;
    }
    
    .main-navigation ul ul li { 
    text-align: left;
    }
    
    

    Let us know how that goes.

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