Hi There,
I am trying to create a header with the logo in the center and menu left and right. This is the code I have so far which is almost there I just can’t seem to get the logo and menu to sit in the middle of the space.I have attached a link in the private content to the website as well as an image showing how I want it to look.
Also how can I hide the large menu separators at the beginning and end and before the product menu item.
/*centered menu*/
.av-main-nav li:nth-child(3) {
margin-right:330px;
}
.av-logo-container {
position:absolute;
}
#header_main_alternate {
margin-top: -100px;
z-index:9;
}
.logo {
z-index:9999!important;
max-width:230px;
}
Cheers
Hey Byrne,
I checked on your site but it shows this:
This site can’t be reached
Let us know if it’s back up so we can check and help you with it :)
Best regards,
Nikko
Hi There,
Sorry the site is now live. The home page is in the private content below.
Thanks
Hi,
Please remove the following css modification.
.av-logo-container {
position: absolute;
}
Once removed, it will center align the logo container.
Best regards,
Ismael
Thank you that’s better.
How can I hide the large menu separators at the beginning and end and before the product menu item.
I have changed the heading back to logo left menu right. Please close this thread.