• Hi. Thanks for being super fast on support. Another question. How can I move the side bar up or down the screen on Mobile? It’s falling in the way of my title currently.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    I am not sure if the currency bar is falling the way of your title. Could you please clarify it by a screenshot with marks? https://ibb.co/9t1vhSz

    Best regards.

    Thread Starter iang1980

    (@iang1980)

    What I mean is the currency bar (the sidebar display) is in the centre of the screen. Half way up, and half way down. I wonder if I can adjust the height of this side bar, so it shows towards the bottom instead?

    Hi,

    Please use the below custom CSS to adjust the currency bar position as you want: (In the Design tab > Custom CSS)

    .woo-multi-currency.wmc-sidebar:not(.wmc-hover) {
        top: unset !important;
        bottom: 0 !important;
        transform: unset !important;
    }

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mobile Position on Page’ is closed to new replies.