Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1017994

    Hi everyone,
    I have been asked to paste the below the home page of a customers website. We want the fields to display on one line at the top of the home page. We have been playing with the code and although we can get the fields to display on one line using an html tester (Tryit Editor), we cannot get it to display on one line when pasted into the code block element.

    Can someone tell us where we are going wrong please?

    <form id=”onvioSignIn” action=”https://onvio.co.uk/api/security/v2/sessions/login&#8221; method=”post”><input name=”firmId” type=”hidden” value=”552604″ />

    <style>#onvioSignIn>{display:inline;margin:7px;}#onvioSignIn>a{font-size:.7em}</style><label for=”onvioEmail”>Email</label>
    <input id=”onvioEmail” spellcheck=”false” maxlength=”250″ name=”username” required=”” type=”text” />
    <label for=”onvioPassword”>Password</label>
    <input id=”onvioPassword” autocomplete=”off” maxlength=”50″ name=”password” required=”” type=”password” />
    <input type=”submit” value=”Sign In” />
    Forgot Password?
    </form>

    Thank you
    Neil

    #1018041

    Hey Neil,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1018311

    Hi Jordan,

    alba.uk.com/client-login/

    Thank you
    Neil

    • This reply was modified 6 years, 1 month ago by NeilJC.
    #1018427

    Hi Neil,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-810 input {
        display: inline-block;
        width: auto;
    }

    Best regards,
    Rikard

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