Background: In this project where I am making some significant changes to the layout of a website built in Colourshift2 about a year ago I am also upgrading the to the latest version of Buildr.

The orignal live website is here: https://saintsabina.org . The development website is here: https://saintsabina2018test.cloudaccess.host/


How can I get the menu to extend across the main width of the template. It is squeezed to the left. I have set the container to full width in Buildr.

I seem to recall I had this problem with the first installation on the live site. I can't recall how I fixed it.

Hi,

Try to add the following code to your custom.css file:

#navwrap .zen-container {
    max-width: 1140px;
    width: 98%;
}

#menu.zen-menu.zen-menu-horizontal {
	width: 100%;
}

Cheers
Joshua

    Hi Sharon,

    Thanks for the update

    Cheers
    Paul

    Write a Reply...
    You need to Login to view replies.