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

New install doesn't work

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.

I believe the issue has to do with making the widget iPhone / Apple compatible. Consider this:

The CSS you provided:

body .footer_wrap.footer_fullwidth .widget_title {

margin-bottom: 10px;

and the theme developer also offered this CSS:

@media(max-width:1024px){
.footer_wrap.footer_fullwidth .widget_title {
margin-bottom: 10px;
}
}
changes the other footer widgets but not WOOCS. I tested on Android Mobile and it looks fine, no problem.  The issue is on an Apple mobile - iPhone or Tablet.  Your test was likely on an Android mobile, yes? Is there something in the code of the plugin that may not be compatible with Apple? Or is there code that needs to be added to make it iPhone compatible?

Hello

Try  to add this code:

.woocommerce-currency-switcher-form select.wSelect-el {

display:  none;

}

And  do  test

That worked! Thank you! Everything now displays beautifully.

Hello

OK!  Great!  Welcome;)