[Resolved] Change size of buttons in sidebar

Home Forums Support [Resolved] Change size of buttons in sidebar

Home Forums Support Change size of buttons in sidebar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #243257
    Iana

    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.

    #243305
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You could try this CSS:

    button, 
    html input[type=button], 
    input[type=reset], 
    input[type=submit] {
        padding: 5px 10px;
    }
    #243314
    Iana

    Thank u so much! this is just perfect!

    #243317
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.