Your comments

Thanks I was able to figure it out!

Hi Christian thanks for your response.
I'm trying to debug the CSS as you've said. I think the way the bibbase header in marked up makes it difficult to remedy this problem. The css that's colliding here seems to be the standard css from bootstrap, so I imagine this isn't uncommon.

All of the elements in the header are li without explicit ids. TI'm trying to change the CSS so that the "generated by..." is "float:right" as in the example you've provided. However since the "Group by..." is also an li there seems to be no way to write custom CSS for the "generated by" but no the "group by".

It appears that all of this is done by bibbase directly in the html tags. Any hints on how I might overwrite this?