Reply 190453 to: Change currency switcher position

Avatar: Rose Tyler
Rose Tyler
Support staff
April 6, 2018 at 07:21

Hello,

Please add this code in Theme Options > Styling > Custom css:

.product-information .fixed-content {
    display:  -webkit-box;
    display:  -webkit-flex;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient:  vertical;
    -webkit-box-direction:  normal;
    -webkit-flex-direction:  column;
        -ms-flex-direction:  column;
            flex-direction:  column;
}
.product-information .cart, 
.product-information  .product-share {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}
.product-information .product_meta {
    margin-top:  0;
    margin-bottom:  10px;
}
.product-information .product_meta ul {
    padding-left:  0;
}
.product-information .product_meta .wcml_currency_switcher {
    margin-top:  0;
    margin-bottom:  0;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.