Tagged: enfold, logo centered, menu
Hi I was able to get my logo centered in the middle but I am unable to move the right side of the menu text over to the right as they are overlapping the logo in the center. Please advise.
Hey EL,
Thank you for the inquiry.
The position of the main menu container is a little bit off center because of this css code.
#header .main_menu {
width: 100%;
left: 45%;
transform: translateX(-50%);
}
The value 45% should be replaced with 50% to correctly align the menu container to the center. You should be able to adjust the menu items properly after that.
#top #header .av-main-nav li:nth-child(3) {
margin-right: 299px;
}
Best regards,
Ismael