Hi,
i have an issue with the menu dropdown: on the right side of the screen, on certain resolutions it goes out of the screen.
there is a way to align all the submenus on the left side of the screen (exactly when starts the content section, not the background)?
I tried fixing it with this code in the css:
ul#menu-main-menu-utilizzato li#menu-item-4386.menu-item ul.sub-menu {
left: -140;
}
but then i have a misallineament into the dropdown since the content shift -140px on the left but not the titles.
Maybe aligning all the dropdowns to the left is better and simplier. I hope you understand what i'm saying :) Thanks!














