Apakah ada cara mengatur lebar select box province, city, district sama dengan textbox yang lain?
screenshot: https://snag.gy/GTilmB.jpg
Kosmetik issue..secara fungsi plugin berjalan lancar
WP 4.7.5
woongkir 2.0.10
Woo 3.0
Terima kasih
Apakah ada cara mengatur lebar select box province, city, district sama dengan textbox yang lain?
screenshot: https://snag.gy/GTilmB.jpg
Kosmetik issue..secara fungsi plugin berjalan lancar
WP 4.7.5
woongkir 2.0.10
Woo 3.0
Terima kasih
By using the forum you are agree with tonjoo studio license agreement
Halo
Maaf late response, weekend kami libur 🙂
Coba masukan kode berikut di paling bawah file style.css theme Anda :
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
width: 100% !important;
}
Semoga membantu 🙂
By using the forum you are agree with tonjoo studio license agreement