Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #423704

    Hello,

    On the text site http://www.regalosbajoprecio.com/ I have create a form. The problem is that I create a check box and I need to include some text on the right next to the check box (“Acepto la política de privacidad.”). Problem is that I can only create a new text element but I can only include it below and I want to place right to the check box. How can I do that?
    Also the * in red on the right to the check box, is posible to delete?

    Thank you

    #424007

    Hi manoloyoda!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    label.input_checkbox_label abbr {
      display: none;
    }
    div#avia_2_1 {
      float: left;
    }

    Cheers!
    Yigit

    #424157

    Thank you for your reply, but I can not get what I want.
    The checkbox if I select “full with” then the text “Acepto la política de privacidad.” moves to the new line.
    If I put 1/4 the the check box has too much space with the text.
    Also the * has disappeared.

    Thank you

    #424167

    Hey!

    Please add following code to Quick CSS as well

    p#element_avia_1_1 {
      width: 4%;
    }

    Cheers!
    Yigit

    #424172

    Now is ok. The only problem is tha the * has disappeared ??

    #424180

    Hi!

    Also the * in red on the right to the check box, is posible to delete?

    You can remove following code from Quick CSS if you would not like to remove it

    label.input_checkbox_label abbr {
      display: none;
    }

    Edit: If you would like to display it, please change 4% to 6% in the code i posted here – https://kriesi.at/support/topic/form-check-box/#post-424167

    Cheers!
    Yigit

    • This reply was modified 8 years, 11 months ago by Yigit.
    #424185

    Ok thank you. Now problem is solved

    #424191

    Hi!

    You are welcome, we are always happy to help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘form check box’ is closed to new replies.