2016-07-08 6 views
0

今すぐ下の画像が表示されます。手段カート小計が左に表示されますチェックアウト&見るショッピングカートが右に表示されています。センターに3つのセクションをすべて表示する必要があります

enter image description here

そのはこのように見ている前:

enter image description here

私は

.header-minicart .subtotal { 
     background-color: #DDDDDD; 
     text-align: center; 
     line-height: 2em; 
    } 

    @media only screen and (min-width: 1224px) 
    .header-minicart .subtotal .label { 
     color: #000; 
     font-size: 14px; 
     font-weight: normal; 
     text-transform: capitalize; 
    } 

    @media only screen and (min-width: 1224px) 
    .header-minicart .subtotal .price { 
     color: #000; 
     font-size: 14px; 
     font-weight: normal; 
    } 

.header-minicart .minicart-actions .checkout-button { 
    min-width: 145px; 
} 
上記画像などの中心部にあるすべての[カート小計、チェックアウト&見るショッピングカート]を表示したいです

答えて

1

以下を追加してください。

p.subtotal { 
    float: none; 
} 

問題を解決します。

+0

私は3分で答えを受け入れることができます、ありがとうたくさん – fresher

+0

いつも歓迎... –

関連する問題