Input element select for categories on my website http://www.kbay.in , has a complement:
select
padding:5px;
Gasket works fine in Firefox, but top and right padding is added in chrome and it looks awkward, how can I fix this?
The select element has (for some reason) a CSS property as follows:
padding-bottom: 0 !important;
You need to remove !important , otherwise it will not allow it to override.
!important