Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #1051179

    We have an input form where the input text fields are being vertically cut off on Apple MAC, iPad and iPhones.All other browsers work perfectly.
    link

    #1051606

    Hey hostworks,

    I can’t see anything like that on OSX/Chrome, could you post a screenshot of the problem please?

    Best regards,
    Rikard

    #1051924

    This is on an iPad horizontal display
    sample image

    #1052936

    Any update?

    #1053085

    Hi,

    Please add the following CSS

    input { max-width: 100% !important; }

    Let us know if it works

    Best regards,
    Basilis

    #1054608

    No, it doesn’t. remember it is cutting off the text within the field vertically, thanks.

    #1055239

    Hi hostworks,

    The form is loading via ifame from another website. It even looks like that in Safari on a Mac.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    input[type="text"] {
    	height: 35px;    
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1055260

    Victoria,
    I placed in both locations and still get the same thing…

    #1056644

    Hi hostworks,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1056762

    Thanks Victoria

    #1057050

    Hi,

    Thanks for that, though the login details are not working. Please check and verify.

    Best regards,
    Rikard

    #1057052

    Try these

    #1057787

    Hi hostworks,

    The css we give you does not work, because the form is loaded in the iframe and so it has its own css loaded with it. You might want to use JavaScript to change the css.

    Unfortunately, this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.