CCX
Members
-
Joined
-
Last visited
Reputation Activity
-
if this is being pulled in from Google using their styles you should be able to override this by changing your code to:
.gsib_a { padding: 0 6px 0 !important; } -
It is down to the input box overlapping the border.
Using inspect element I removed the top padding from '.gsib_a' it was '4px 6px 0' if you change it to '0 6px 0' then the bottom border is there.