Guest Posted March 31, 2015 Share Posted March 31, 2015 All of the options are on top of each other and since there are a lot of options, I’m forced to scroll a lot when viewing the form. I’d like it so that the options appear next to each other or in a less vertical fashion. So instead of: OPTION1OPTION2OPTION3 I would like: OPTION1 OPTION2 OPTION3OPTION4 OPTION5 etc. Link to comment
Bernard West Posted March 31, 2015 Share Posted March 31, 2015 Give a link to your site so we can have a look at the code. Link to comment
Guest Posted March 31, 2015 Share Posted March 31, 2015 http://www.thecrewstaffing.com/ Link to comment
Bernard West Posted March 31, 2015 Share Posted March 31, 2015 Here's a start on this. Add the following code to either the css injection point for each page, or do it in the site-wide css (but note, it will affect all checkboxes on your site, if there are others outside of those forms). <style> .option{ display:inline; padding-right: 20px; line-height: 1.5em; } .title{ padding-bottom: 6px; } </style> That gets them listed horizontally instead of vertically, but they look a little messy. I'm not sure on the best way to format them from that point on, but perhaps someone else has some ideas. Link to comment
iJayyPee Posted July 7, 2015 Share Posted July 7, 2015 Hi, for my form on www.thechampionskch.com/register, I would like to incorporate the concept that's trying to be worked here. How do I go about doing so. @bernard-west Fresh graduate! Gonna be doing social work for a few years before moving into the IT industry. Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.