Home › Forums › WoodMart support forum › Align input › Reply To: Align input
June 1, 2023 at 4:26 pm
#471860
Aizaz Imtiaz Awan
Keymaster
Hello,
Try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> Desktop CSS section:
input#shipping_method_0_zasilkovnaz-points {
margin-top: 2%;
}
input#shipping_method_0_zasilkovnacz-zasilkovna-domu-hd {
margin-top: 2%;
}
input#shipping_method_0_toret_tcp_doruky {
margin-top: 6%;
}
input#shipping_method_0_toret_tcp_balikovna {
margin-top: 6%;
}
input#shipping_method_0_toret_ppl_point {
margin-top: 6%;
}
input#shipping_method_0_toret_ppl_home {
margin-top: 6%;
}
Best Regards.