Is there any way to make the checkbox appear next to (to the right of on the same line) the profile field it references?

Comments

greta_drupal’s picture

Yes. You can use CSS to set the checkbox to display:inline / float:right. The checkbox follows the field description. However, IIRC, it is a global mod for all checkbox 'sentences', so for any fields that use a description (e.g., ones with more than a few words), it doesn't look great.

seaneffel’s picture

Status: Active » Closed (won't fix)

Sounds like the CSS solution is the best. If someone wanted to reopen this with a patch that added some unique classes to the output of the module, that would be awesome.

maerys’s picture

I'm with you. Would like to render the box and text outside of the description div.