
stanislav.krajci(@stanislav-krajci)
8 Posts
Customers
Quote from stanislav.krajci on November 7, 2019, 14:13
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 8, 2019, 12:18
Hello
Please drop me exact link o the issue
Hello
Please drop me exact link o the issue

stanislav.krajci(@stanislav-krajci)
8 PostsTopic Author
Customers

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 11, 2019, 13:20
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;
}
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;
}

stanislav.krajci(@stanislav-krajci)
8 PostsTopic Author
Customers
Quote from stanislav.krajci on November 11, 2019, 13:25
You mean it as whole CSS or this are 4 options??
You mean it as whole CSS or this are 4 options??

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on November 12, 2019, 13:05
Hello
All these CSS styles.
Hello
All these CSS styles.