This topic has 4 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
Hello,
I’d like to change the currency switcher position. Now is below the “Quantity” and “Add to cart” buttons. I’d like it to be next to the product price.
Thanks!
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
Thanks, but it’s not working.
Could you help me?
Please clear cache and check one more time – http://prntscr.com/j1pknw
or provide me some screenshot for better understanding.
Regards
You must be logged in to reply to this topic.Log in/Sign up