Forum Replies Created

Viewing 1 replies (of 1 total)
  • emartmedia

    (@emartmedia)

    @multidots I needed to add the following css code to my theme (flatsome) to get the dropdown to display properly as it was displaying only about 25px in size. Other that that thumbs up on fixing the problem. IMO forcing radio buttons was a bad idea because it just simply does not work for everyone.Woo should have left the choice option in for those of us who have more than 5 shipping options….

    To fix the dropdown (if you have a problem with size) you guys may want to try adding the following css

    .shipping_method{
    min-width:200px !important;
    }

    and for mobile

    .shipping_method{
    width:100% !important;
    }

Viewing 1 replies (of 1 total)