Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
August 25, 2014 at 9:38 pm #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)
August 26, 2014 at 8:00 am #309153Hi!
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,
JosueAugust 26, 2014 at 12:45 pm #309298Still no such luck for me..
https://www.dropbox.com/s/qkuqd4khzcq8ngf/Screenshot%202014-08-26%2007.45.27.png?dl=0
August 26, 2014 at 12:52 pm #309303Hi!
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!
YigitAugust 26, 2014 at 3:18 pm #309357Thanks, that seems to do the trick.
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
- The topic ‘Making Elements on the Same Line’ is closed to new replies.