Forums

Custom Field Template
How to make the checkbox list display horizontally? (5 posts)

  1. WP_Dummy
    Member
    Posted 9 months ago #

    hi,
    I wonder is there any way to make the checkbox list display horizontally ?

    I had look into the manual, but I could not understand how is "Adds the break type. Set CSS of '#cft div'. (type = break)" work.

    Any advised will be appreciated.

    http://wordpress.org/extend/plugins/custom-field-template/

  2. WP_Dummy
    Member
    Posted 9 months ago #

    no reply??

  3. Zeb
    Member
    Posted 9 months ago #

    If you try it in the Admin CSS of the plugins page, one of the last lines say "checkbox".
    If you just add {float:left} you will nearly get it.
    Unfortunately, when I tried it, text and titles overlapped. If you make it work, please let me know.

  4. WP_Dummy
    Member
    Posted 9 months ago #

    Zeb,

    yes, I also had this situation.
    Still not able to get the right solution..they are using html tag td dl dr and dd tags instead of ul or li. Thus, I think it is hard to make it right since it is using table form, not the list style.

    Any other advise?

  5. melbouy
    Member
    Posted 2 months ago #

    Hi there,

    Try play with min-width.

    i.e: #cft .dl_checkbox { margin:0; float: left; min-width: 250px;}

    Hope that helps

Reply

You must log in to post.

About this Plugin

About this Topic