Viewing 1 replies (of 1 total)
  • Thread Starter new developer

    (@new-developer)

    I’ve solved it myself.

    .widget_search input.search-field {
    width: 150px;
    height: 42px;
    margin-right: 140px;
    border: 1px solid #000;
    border-right: 0px;
    border-radius: 2px;
    }

    .search-form input[type=”submit”] {
    position: absolute;
    padding: 0px;
    top: 198px;
    right: 20px;
    height: 42px;
    width: 55px;
    font: bold 12px ‘lucida sans’, ‘trebuchet MS’, ‘Tahoma’;
    text-transform: capitalize;
    background: #d83c3c;
    border: 1px solid #000;
    border-left: 0px;
    border-radius: 0 2px 2px 0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘how to add search button..’ is closed to new replies.