Home Forums WoodMart support forum Align input Reply To: Align input

#471860

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.