My site www.livingstonpromise.com is having a problem on the mobile site. The dropdown menu is cut off on the right as is the heading logo. Help please
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: @media only screen and (max-width: 767px){ .menu_wrapper { padding-left: 0; } } @media only screen and (max-width: 480px){ .menu_wrapper { padding-left: 0; } } This will solve your issue.