<div class="outercontainer">
<div class="paddedcontainer">
<div class="pageheader">
<div class="titlestyle"><h2>Unique Title1</h2></div>
</div>
<div class="row">
<div class="grouped">
<div class="col4">
Some unique content
</div>
</div>
</div>
<div class="pageheader">
<div class="titlestyle"><h2>Unique Title2</h2></div>
</div>
<div class="row">
Some other unique content not in a col4 div
</div>
<div class="row">
Some other unique content not in a col4 div
</div>
</div>
</div>
Hello everyone, I am new to this forum and seeking assistance for an issue I have encountered. I apologize for any inconvenience caused by my question.
I am trying to select the 'row' div that does not contain content within a col4 div. I have attempted using CSS nth-child and jQuery methods like .find, .has, .filter without success. Despite my efforts, I have been unable to target the specific 'row' div as desired.
Unfortunately, I am restricted from modifying the HTML code directly and can only utilize JavaScript or CSS for this task.
Your help is greatly appreciated.
Thank you, Dazza