Hi.
I have a page called quote request. You can see it from that product page, then click view quote.
I would like to align the section country and state where there is padding by default and I don’t need it. I have tried this css code:
.rfq_state_select.info_id{
padding:0px !important;
}
.info_id{padding:0px !important;
}
But it doesn’t work. Could you please help me. Thanks!