Hi,
Do you mean to spread the currency selector sidebar permanently instead of the selector sidebar spreading just when hovering, like this: https://prnt.sc/ugrm0h
Best regards.
-
This reply was modified 5 years, 8 months ago by
mivtt.
Hi @mivtt that is exactly it!
Is there some code I need to use?
-
This reply was modified 5 years, 8 months ago by
thoseitguys.
Hi,
This code is what you need, please go to this plugin setting/ Design, add it in the Custom CSS field:
.woo-multi-currency.wmc-sidebar.wmc-right.wmc-currency-flag{right:0 !important;}
.woo-multi-currency.wmc-sidebar .wmc-title{display:block !important; visibility: visible !important;}
Best regards
@mivtt hi there sorry for the late response.
That doesnt seem to work? it shows abit of the sidebar but not the whole thing until I mouse over it.
@mivtt any news please?
page I need help with:
https://journeysofawakening.com/shop/
I tried your custom CSS in the design section but it didnt work
Hello,
Please remove the previous css and add the below one:
@media screen and (min-width: 768px) {
.woocommerce-multi-currency.wmc-sidebar .wmc-title,
.woocommerce-multi-currency.wmc-sidebar.wmc-collapse .wmc-currency {
display: block !important;
visibility: visible;
}
.woocommerce-multi-currency.wmc-sidebar.wmc-left {
left: 0 !important;
}
.woocommerce-multi-currency.wmc-sidebar.wmc-right {
right: 0 !important;
}
}
Regards