Hi Support,
Please have a look at the top menu and logo at https://temp2.forcetechnology.com/
How do I align the menu with the main body of the website? where the logo is on the left – and the menu right-aligned – with the main body.
Best,
Chrilles
Hey Chrilles,
Thank you for the inquiry.
Have you tried adjusting the Menu and Logo Position settings in the Enfold > Header > Header Layout panel? You can also use this css code to adjust maximum width of the containers in the main header.
.html_header_top #top #header_main .container {
max-width: 1000px;
}
Best regards,
Ismael