Archived topic
Change size of buttons in sidebar
3 replies · Started by Iana on November 10, 2016
Viewing posts 1–4 of 4
Hi
Is it possible to change size of buttons in sidebars like Search, Subscribe, Unsubscribe http://best.wphost.ga/?
They are too high and too wide.
Thanks.
Hi there,
You could try this CSS:
button,
html input[type=button],
input[type=reset],
input[type=submit] {
padding: 5px 10px;
}
Thank u so much! this is just perfect!
You're welcome :)
This archived topic is closed to new replies.