Hello sir/madam
Please I would like to center the main menu. I using “Demo Construction”.
Regards.
Thomas
Hi thomasgafo,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
#top #avia-menu {
text-align: center;
}
#top #avia-menu > li {
float: none;
display: inline-block;
}
#top #avia-menu > li > a {
height: 48px;
line-height: 48px;
}
Best regards,
Nikko
Hello Nikko,
Thanks for your response. It did centered but something like mobile menu appear on the rigth side. We must remove it. I am sharing with you the screenshot.
Thanks.
Hi thomasgafo,
Thanks for providing the screenshot.
Please replace this part of the code I gave:
#top #avia-menu > li {
float: none;
display: inline-block;
}
with this one:
#top #avia-menu > .menu-item {
float: none;
display: inline-block;
}
Best regards,
Nikko
Hello Nikko,
It works perfect !
Thanks
Hi thomasgafo,
We’re glad that we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko