Site icon Catch Themes

Can I change the search-submit button from left to right side of search-field?

Can I change the search-submit button from left to right side of search-field? I think it's in this code-snippet below that I have to make a change to get what I want, but I can't seem to figure out how to do it:
.search-submit {
    background: transparent none;
    border: none;
    bottom: 0;
    color: #ccc;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}
Is it possible at all?
Exit mobile version