Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #186569

    Hello,

    I am using Formidable Pro with Enfold. When I insert checkboxes or radio buttons I always have line breaks after the box/button. I have tried several amendments to the custom.css, unfortunately without success.

    Do you have a clue?

    alex

    #186624

    Hey alex8524!

    Can you post the link to your page where you have checkboxes or radio buttons so we can inspect elements?

    Regards,
    Yigit

    #187004
    This reply has been marked as private.
    #187672

    Hey!

    Insert following code into the quick css field if you want to display the labels inline

    
    #top .frm_forms label {
    display: inline;
    }
    

    Cheers!
    Peter

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Linebreaks’ is closed to new replies.