Viewing 1 replies (of 1 total)
  • Hey,

    Best place to ask is the forum for your theme, there could well be some settings you can update without touching code. The forum is here: https://www.ads-software.com/support/theme/olsen-light/

    However, you can add this code to your custom CSS to get the desired result, but it would be best to do it through any options your Theme gives you.

    CSS:

    .site-bar {
        display: flex;
        flex-direction: column;
    }
    
    #footer .nav {
        text-align: center;
    }
    
    .site-bar .nav {
        width: 100%;
    }
    
    .site-tools {
        width: unset;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Footer menu Olsen Pro not centered’ is closed to new replies.