Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #308983
    <br /><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/123" method="post" name="searchform"><input id="searchdata1" maxlength="255" name="searchdata1" type="text" placeholder="Search Catalogue" /> <select name="library"><option selected="selected" value="S_S">All Libraries</option><option value="SBW">Bridgewater</option><option value="SMB2">Greenfield</option><option value="SBACK">Mobile, Outreach, Borrow by Mail</option><option value="SLIV">Liverpool</option><option value="SLUN">Lunenburg</option></select><input name="user_id" type="hidden" value="SSRLWEB" />
    <input name="password" type="hidden" value="pooka666" />
    <input id="srchfield1" name="srchfield1" type="hidden" value="GENERAL^SUBJECT^GENERAL^^words or phrase" />
    <input name="search" type="submit" value="Search" /></form><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/29/489/X/1?user_id=SSRLWEB&password=pooka666" method="get" target="_blank"><input id="frm2_submit" name="Account" type="submit" value="Check My Account" /></form>

    How can I make these elements on the same line?

    https://www.dropbox.com/s/h065tid7rwivcri/Screenshot%202014-08-25%2016.38.30.png?dl=0

    http://test.southshorepubliclibraries.ca (At bottom in footer on homepage – will be replicated in home page content below image slider)

    #309153

    Hi!

    Try putting them on the same line:

    <br /><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/123" method="post" name="searchform"><input id="searchdata1" maxlength="255" name="searchdata1" type="text" placeholder="Search Catalogue" /> <select name="library"><option selected="selected" value="S_S">All Libraries</option><option value="SBW">Bridgewater</option><option value="SMB2">Greenfield</option><option value="SBACK">Mobile, Outreach, Borrow by Mail</option><option value="SLIV">Liverpool</option><option value="SLUN">Lunenburg</option></select><input name="user_id" type="hidden" value="SSRLWEB" /><input name="password" type="hidden" value="pooka666" /><input id="srchfield1" name="srchfield1" type="hidden" value="GENERAL^SUBJECT^GENERAL^^words or phrase" /><input name="search" type="submit" value="Search" /></form><form action="https://catalogue.library.ns.ca/uhtbin/cgisirsi/x/SBW/x/29/489/X/1?user_id=SSRLWEB&password=pooka666" method="get" target="_blank"><input id="frm2_submit" name="Account" type="submit" value="Check My Account" /></form>
    

    Regards,
    Josue

    #309298
    #309303

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (min-width: 1140px) {
    input#frm2_submit {
    position: relative;
    top: -55px;
    float: right;
    }}

    Cheers!
    Yigit

    #309357

    Thanks, that seems to do the trick.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Making Elements on the Same Line’ is closed to new replies.