Hello, I’ve costumized the main menu in the main header with this code for display it more centered:
/* fix main menu */
.header-main-menu.et_element-top-level .menu > li > a {
padding-left: 73px;
margin-right: -50px;
}
but I realize that now when I’m still over the first item with the mouse, the selected item is not the first but already the second. Same thing for item 2 and 3.
Without code there isn’t the problem. What code should I use to get it working well as the default theme does, but with the look of the costumized coded one?
Thanks in advance as always
Alessandro