2013-04-14 37 views

回答

2

在此CSS規則中刪除overflow: hidden可修復您的問題。

http://automammoth.com/wp-content/plugins/shopp/core/ui/styles/catalog.css?ver=20110511 
line 47 
media="screen" 

#shopp form ul { 
    width: 100%; 
    overflow: hidden; 
    line-height: 1; 
}