Change currency switcher position - by Gemma

This topic has 4 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler

  • Avatar: Gemma
    Gemma
    Participant
    April 5, 2018 at 15:39

    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!

    3 Answers
    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

    Avatar: Gemma
    Gemma
    Participant
    April 6, 2018 at 13:14

    Thanks, but it’s not working.

    Could you help me?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 6, 2018 at 13:18

    Please clear cache and check one more time – http://prntscr.com/j1pknw
    or provide me some screenshot for better understanding.

    Regards

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.