こんにちは。
ご報告いただき誠にありがとうございます。
ご報告いただいた内容については次期バージョンにて修正の予定です。
お急ぎでしたら、paypal_vermilion/usces_cart.cssにて以下の修正を行ってみてください。
728行目
#cart {
position: relative;
z-index: 9999;
}
↓
#cart {
position: relative;
}
847行目
#mem {
width: 100%;
position: relative;
z-index: 9999;
padding-bottom: 30px;
}
↓
#mem {
width: 100%;
position: relative;
padding-bottom: 30px;
}
853行目
#nomem {
width: 100%;
position: relative;
z-index: 9999;
}
↓
#nomem {
width: 100%;
position: relative;
}
958行目
#delivery-info form {
margin: 0;
padding: 0;
width: 100%;
position: relative;
z-index: 9999;
display: block;
}
↓
#delivery-info form {
margin: 0;
padding: 0;
width: 100%;
position: relative;
display: block;
}
1072行目
div#cart_completion {
padding-top: 20px;
position: relative;
z-index: 9999;
padding-bottom: 40px;
}
↓
div#cart_completion {
padding-top: 20px;
position: relative;
padding-bottom: 40px;
}
1140行目
#memberpages {
width: 100%;
padding-top: 20px;
position: relative;
z-index: 9999;
padding-bottom: 20px;
}
↓
#memberpages {
width: 100%;
padding-top: 20px;
position: relative;
padding-bottom: 20px;
}
また、PayPal VermillionにてDL Sellerはお使いいただけますが、一部レイアウトが崩れる可能性がございますのであらかじめご了承くださいませ。