From all the feedback by various tools, basically they all say this similar remark: html>body>div.content 0.2719 html>body>div.body-fauxcolumns>div.fauxcolumn-outer.body-fauxcolumn-outer>div.cap-top I have tried tinkering the fauxcolumn-outer and inner-contet, but to no avail.
Again we'd have to see the code... but... fauxColumn sounds a bit... outdated since you can do REAL columns with either flex or grid. Is this literally the old practice of faking the appearance of a full height column with an absolute positioned DIV underneath the actual content DIV? Or the old float over float negative margin trick? It could just be complaining about old/outdated code at that point.