• Resolved Alundra

    (@alundra)


    Hi!

    On show flag and price it looks a bit weird having it above the price like that. Is there any way I can get it to show after the price or instead of the price? If it showed instead of the price it would be nice to have the flag then the price just listed for each currency :).

    I have a picture that shows how it is now versus where I’d like it to be:

    View post on imgur.com

Viewing 8 replies - 1 through 8 (of 8 total)
  • kimvt1991

    (@kimvt1991)

    Hi,
    Please give me a link of your product that shows the flag. This could be done with some css.

    Thread Starter Alundra

    (@alundra)

    kimvt1991

    (@kimvt1991)

    Please use this css:

    .woo-multi-currency.wmc-price-switcher{
        display: inline-block;
    }
    .woo-multi-currency.wmc-price-switcher+p.price {
        display: inline-block;
        float:left;
        margin-right: 20px;
    }
    
    Thread Starter Alundra

    (@alundra)

    It says float can’t be used with inline-block, but it’s looking better positioned than before!

    Is there a way to remove the drop down aspect so it shows both prices at once?

    kimvt1991

    (@kimvt1991)

    This could be what you want:

    .woo-multi-currency.wmc-price-switcher .wmc-current-currency {
        vertical-align: bottom;
    }
    .woo-multi-currency.wmc-price-switcher .wmc-sub-currency{
        position:unset !important;
        opacity:1 !important;
        visibility:visible !important;
    }
    .woo-multi-currency.wmc-price-switcher .wmc-current-currency:before{
        content:"" !important;
    }
    Thread Starter Alundra

    (@alundra)

    That looks so much better!! Thank you. I wish it would let us float that flag over the other side of the price though ha ha.

    kimvt1991

    (@kimvt1991)

    I think css can not help in this case.

    Thread Starter Alundra

    (@alundra)

    Yeah that’s what I was thinking.

    It would be cool if you guys had different layouts for prices. Like flag then price listed as inline or with breaks in between, or just a normal drop down. The CSS looks completely weird and foreign on my site dropping down so fancy lol.

    Thanks so much for the help!

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Show flag/price’ is closed to new replies.