There seem to be an different alignment between the Sticky header (align:left;) and the regular table header (align:center;), on the Forum Tables.
So when you scroll up on "http://couleeregion.com/forum/unanswered", you can see the headers dance.

I commented out the following in the advanced_forum.naked.structure.css (but did not fully test effect on other tables):
/*
.forum-table th {
text-align: center;
}
*/

Comments

mcdruid’s picture

Status: Active » Fixed

Thanks Bill Choy (and sorry for delay in getting this looked at).

It looks like the text-align: center is often - but not always - overridden by another class, which I assume is why nobody else has raised the issue before.

I've changed it to text-align: left to match sticky-header, and committed this to 6.x-2.x branch.

mcdruid’s picture

Version: 6.x-2.0-alpha4 » 7.x-2.x-dev
Status: Fixed » Patch (to be ported)

Troky - sorry this is not a patch, but it looks like text-align: center is there on line 114 of advanced-forum.naked.structure.css in 7.x-2.x

Michelle’s picture

Just as an FYI, I believe it was center aligned to support RTL themes. I have no objections to the change; just wanted you two to have all the facts.

Michelle

mcdruid’s picture

Thanks Michelle - I suppose RTL themes would have to override this and the sticky-header rules then...

troky’s picture

Status: Patch (to be ported) » Fixed

Fixed. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.