Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Mobile styling help request – search field cursor Reply To: Mobile styling help request – search field cursor

#263588
webinuse
Participant

You have to change this

.overlay--search .search-field {
    margin-bottom: .75em;
}

to this

.overlay--search .search-field {
    margin-bottom: .75em;
}

and this

.overlay__close {
    top: 2.22em;
    width: 2em;
    height: 2em;
}

to this

.overlay__close {
    top: 1.47em;
    width: 2em;
    height: 2em;
}