Thanks Rabin, that worked for the main shop page: http://ganachecakesnbakes.com/shop/
However, from the SHOP page, a user can click on a product for purchase. When you go to an individual product page, the drop down is again too short. Do I need to add similar code but for #submain or something like that? Example is here:
http://ganachecakesnbakes.com/product/basketball-cake/
Thanks, Susan
I used the code they provided above and then added the following to remove the “navigation” menu:
#access li.default-menu, li.default-menu { display: none; }
The solution I received via email did work. Thank you!