This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

main menu navigation issue

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

my website www.britely.ca

i used the vantage theme but – for now my logo is temporary – the menu bar is too much to the left and i want to shift it to the right. It doesnt look right the way it is!

how can i do this? or is this only available with the vantage premium template?

URL: http://www.britely.ca

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 3 months ago

    Hi Dharm

    The menu bar is constrained to 1080px and centered on the page, the same is done for the content container and the footer content.

    You could try the following under Appearance > Custom CSS (Vantage Premium) OR in a Custom CSS plugin like Simple Custom CSS to center the menu:

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

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.

Have a different question or issue?

Start New Thread