• Resolved Pantomas

    (@pantomas)


    Hello,
    i built a form with different rows and columns. For the resposive-view i need to break up the layout with css. How can i adress single rows with css to make them work with flexbox for instance? In the moment i can only edit all rows over the wcpa_row class, but i need an id of the single divs or the possibility to add a class to single divs. If i add a class in the formbuilder to the single fields, for instance a checkbox-group, i can only edit the boxes inside, not the whole div in combination with another div. Can you help me with that?
    greets Jan

Viewing 1 replies (of 1 total)
  • Hi,

    You can’t add different styling for different rows normally. The only way you can do it with the nth-child method on css. There is no other way.

    Thank you.

Viewing 1 replies (of 1 total)
  • The topic ‘edit row id or add class to single row’ is closed to new replies.