Oh thats pretty terrible.
1) The buttons are images! It’s 2014 (almost 2015)…image buttons should be extinct in most cases.
2) If you post a link to that page, I can see if I can adjust some css to fix it.
I can not, can anyone help?
Thanks in advance
S
Okay, enter this into your custom CSS:
button span {
margin-top:0 !important;
}
iCaleb,
thanks very good!
hi, you say that there is no way to change this button plugin css image
thanks
Sergio
I need a link to the page.
the page http://www.loacity.it the search box on the right (booking.com)
thanks again
I don’t like the image buttons much at all. I think you will like this better.
Add this:
.b_submitButton_wrapper .btn span{
background-image:none !important;
padding:0;
height:auto;
}
it works, great as always.
tanks
Sergio