Home>Support>menu items don’t stretch to edge of screen in Vantage

menu items don’t stretch to edge of screen in Vantage

Hi

I’m using Vantage with no Masthead. As soon as I add another Menu item it becomes a double row even though there is a couple of inches either side of the present menu items.
I feel part of the problem is I have had to opt for the ‘Logo’ being in the menu because of no Masthead even though I don’t have and don’t want it in the menu bar. Also I have removed the search option to allow extra space.

Regards

Alan

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

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

    Hi Alan,

    Do you have a public URL where we can take a look at what’s going on?

  2. 7 years, 8 months ago alan mclaughlin

    Hi Alex

    sorry to be so late in returning your message.

    My URL is:

    https://curveball-cycle.com/

    i would appreciate any help

    Regards

    Alan

  3. 7 years, 8 months ago Alex S
    Hi, I Work Here

    Hi Alan,

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.

    .logo {
    	display: none !important;
    }
    
    .main-navigation ul > li {
    	float: left;
    }
    

    How does that look?

    You might also need to install the SiteOrigin CSS Editor.

  4. 7 years, 8 months ago alan mclaughlin

    Hi Alex,

    thank you very much for getting back to me.

    Yes, this has left justified the present menu items allowing me to get one more page item entered.

    I’m guessing there is a limit to how close to the edge of the screen the menu items can go and this left justifications describes it?

    If that is so, then thank you again for taking time to respond to my query.

    Best regards

    Alan

  5. 7 years, 8 months ago Alex S
    Hi, I Work Here

    Hi Alan,

    The only real limit is the available width of the container (1080). If you would prefer, you can completely remove the container on the menu with the following CSS:

    .site-navigation .full-container {
    	max-width: none !important;
    }
    

    If this is desired, I would remove the previous CSS so the menu links are centered rather than being to the left.

  6. 7 years, 8 months ago alan mclaughlin

    Hi Alex,

    thank you for your prompt response.

    This is very useful with regard to my project.

    Thank you again for taking the time to resolve this for me.

    Best regards

    Alan

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