On the very top left of the site, I need to move the menu just a little bit to the left so it will align perfectly with the logo above,
Website – http://alexandere68.sg-host.com/
Screenshot – https://ibb.co/cx01Wx8
Hey navindesigns,
Thank you for the inquiry.
Try to use this css code to pull the main menu to the left by 10px and align with the logo.
#top #header .av-main-nav {
margin-left: -10px;
}
Best regards,
Ismael
Perfect
Thank you