• Hi,

    How to get the checkbox options to list/display horizontally?

    Meaning, instead of

    . Option1
    . Option2
    . Option3

    It should show

    . Option1 . Option2 . Option3

    This should helpful if I have many options to show.

    And if this is possible, guide me on how to align them properly.

    Thanks in advance

    Onglai

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter onglai

    (@onglai)

    Maybe in the next version, could have a choice in the field selection, like-

    Checkboxes (Horizontal)
    Checkboxes (Vertical)
    Radio Buttons (Horizontal)
    Radio Buttons (Vertical)

    If horizontal selected than the field should also presentably aligned.

    Just a suggestion, maybe not applicable.

    Plugin Author Gary Pendergast

    (@pento)

    Actually, you just need to change the CSS. span.jobselect-popout span is currently set to display: block. You can add the following rule to your custom CSS to change this:

    span.jobselect-popout span {
        display: inline;
    }
    Thread Starter onglai

    (@onglai)

    Hi Pento,

    Thank you. Help me, I am not into codes. Could you tell me which CSS file I should open to make this changes?

    Plugin Author Gary Pendergast

    (@pento)

    I can’t really help you there, as it depends on your site setup. you should be able to find a CSS file in your theme directory that you can add this rule to.

    If you’re not sure how to do this, I’d recommend you send an email to this list:
    http://lists.automattic.com/mailman/listinfo/wp-pro

    There’ll be a consultant there who can help you with this.

    Thread Starter onglai

    (@onglai)

    okay, thanks pento.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘[Plugin: Job Manager] Show options horizontally’ is closed to new replies.