Hello,
I'm having a hard time targeting a custom class. I set a class for "two-thirds-width" for a paragraph text field.
The html output is:
[html]
<li id='field_1_25' class='gfield two-thirds-width' ><label class='gfield_label' for='input_1_25'>Event Description</label><div class='ginput_container'><textarea name='input_25' id='input_1_25' class='textarea medium' tabindex='6' rows='10' cols='50'></textarea></div></li><li id='field_1_5' class='gfield two-thirds-width gfield_html gfield_html_formatted gfield_no_follows_desc' ><div class="sectionblock-left">
Can someone help me out with the css selector I need?
Thank you