This topic has 3 replies, 2 voices, and was last updated 2 years, 8 months ago ago by mariangio
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!
Hello,
Try to use the next code:
.rfq-shop-table_customer_info td:last-child,
.rfq-shop-table_customer_info table td:last-child {
padding: 0px !important;
}
.rfq-shop-table_customer_info select#rfq_billing_country,
.rfq-shop-table_customer_info .rfq-cart-message {
width: 100%;
}
Regards
Thanks!
The issue related to '‘how to change the padding of an element in css’' has been successfully resolved, and the topic is now closed for further responses