Hi – the menu item “Energy Painting Commissions” under Shop in my main menu is cut off at the right of the page at http://dominiquehurley.com/ . Is there any way to fix that? Thanks.
Hey dominiquehurley!
Please add following code to Quick CSS
@media only screen and (min-width: 990px) {
li#menu-item-13059 .sub-menu {
left: -140px;
}}
Cheers!
Yigit
Yay. Beautiful. Thanks Yigit. Resolved.