XF 2.1 Unused CSS for .p-header-content?

bzcomputers

Well-known member
I'm an trying to align a couple images in the header but I'm having trouble due to some existing CSS. It appears this CSS is unused.

CSS:
.p-header-content {
display: flex;
flex-wrap: wrap;
}

I don't see it affecting anything in either desktop or mobile views, but the code is there and I assume at least at some point it was for a reason.

Anyone have some insight as to why it is there and whether it can safely be overridden without causing other display issues?
 
Top Bottom