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

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263583
    Jammyllama
    Participant

    Hi All,

    So I’m far from a CSS wiz – I have been making some CSS edits to this site and I’m just struggling to perfect them on mobile, I wonder if anyone might be able to help me?

    Here’s the site: https://www.fintechunltd.com

    On mobile, when you click on ‘search’, the cursor is misplaced. I have tried editing the line height & font size with no luck. Any ideas?

    Thanks.

    #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;
    }
    
    #263726
    Jammyllama
    Participant

    Thanks, korovjov123, but unfortunately that didn’t work. The cursor on mobile it still showing a few lines below where it should be. Any other ideas?

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design’ is closed to new topics and replies.