PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

The size of currency switcher

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

Hi guys,

I appriciate your plugin. However I wonder how to change the size of visible rounded currency switcher on my website..It looks quite big ( espacially on mobile ) and I can imagine to make it like even 50% smaller. Is there any css for that ? If yes, please provide and where exactly should be placed.

Thanks a lot.

With kind regards Stan

Hello

Please  drop  me exact  link o the  issue

https://gulet-crystal.com/eshop/crystal-set-roman-tomy-6pc/

Hello

Please  try  to add  this  CSS:

body .woocs_auto_switcher.cd-stretchy-nav .stretchy-nav-bg {
width: 45px;
height: 45px;
}

body .woocs_auto_switcher.cd-stretchy-nav ul a {
height: 40px;
padding: 0 calc(1em + 40px) 0 1em;
}

body .cd-nav-trigger {
height: 40px;
width: 40px;
}

body .woocs_auto_switcher.cd-stretchy-nav ul {
padding: 30px 0 0;
}

 

 

 

You mean it as whole CSS or this are 4 options??

Hello

All these CSS styles.