• Hi,

    Tried moving the bar using CSS, but instead it knocks out the products. Any suggestions? I just need to move it either up or down so it does not cover the slides for the products. Thank you

    #woo-multi-currency { margin-bottom: 30em !important; }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support mivtt

    (@mivtt)

    Hi,

    Please provide us your site with currency bar available.

    Best regards.

    Thread Starter sjnotebook.com

    (@simplejimbo)

    Plugin Support mivtt

    (@mivtt)

    Hi,

    Please add this custom CSS in our plugin setting/ Design tab/ Custom CSS

    @media screen and (min-width: 600px) {
    .woo-multi-currency.wmc-sidebar {
        top: calc(50% + 160px) !important;
    }
    }

    You can adjust top, or bottom with a proper value you want.

    Best regards.

    • This reply was modified 2 years, 7 months ago by mivtt.
    • This reply was modified 2 years, 7 months ago by mivtt.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Moving bar lower or higher’ is closed to new replies.