Viewing 4 replies - 16 through 19 (of 19 total)
  • Thread Starter Faisal Humayun

    (@fhumayun)

    Hey JP –

    I made that adjustment, but oddly, didn’t see that change take place on the Samsung (I cleared the cache on the server/client and tried a couple of browsers).

    I did, however, bum a friend’s iphone 5s and confirm that all is “good in the hood” with that.

    I’m wondering if it’ll take some additional css tinkering, e.g. using (important!) or something similar to get the ball rolling.
    Cheers!

    Here are my CSS settings.
    It shows fine on a Galaxy Note 2 but if a change the phone’s orientation, it gets bad and needs the page refreshed to fix it.

    #optin-single input[id="name"] {
        display: inline-block;
        width: auto;
    }
    
    #optin-single input[id="email"] {
        display: inline-block;
        width: auto;
    }
    
    #optin-single input[type="submit"] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: block;
        font-family: Georgia, "Times New Roman", serif;
        margin-left: auto;
        margin-right: auto;
        padding: 8px 15px;
        width: auto;
    }

    Any ideas?

    Plugin Author jp2112

    (@jp2112)

    Guys, I’m afraid I don’t have another device to test it. Screenfly isn’t cooperating. Is there another tool?

    mobiletest.me – absolute best mobile emulator available.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘Responsive CSS’ is closed to new replies.