20150722追記
http://weboook.blog22.fc2.com/blog-entry-285.html
/*3個目でクリア改行*/ #sample li:nth-child(3n+1){ clear:both; } /*2個目でクリア*/ .jirei_box_all .jirei_box2:nth-child(2n+1){clear:both; }
#smart-cf-custom-field-4672 .smart-cf-meta-box-table:first-child .widefat{ height:480px;}
いつもまちがえるから再び
今回は
:first-childで
最初の要素を指定
親が存在している事で
その後の同じ子でしていする。
今回は
いくつも同じdivの要素で囲われた
その中のテキストエリアを指定
#divの子 .div::first-childの.widefat