XF 1.5 Small banner in header causes white triangle in mobile view

Mr Lucky

Well-known member
I have a banner 282px x 90px.

I reste height of header logo to 90px

This causes a white triangle to appear above the navigation when in mobile view the banner moves above the logo.

Have tested using a default style, issue is still there.

Can anyone help please?

Thanks
 
The header height will need to change to match the combined height of the logo and banner.

Or remove the banner in narrow widths.

Media queries can be used to achieve that.
 
The header height will need to change to match the combined height of the logo and banner.
Tried that, it didn't make any difference, just made the header height look wrong when not in mobile view.

I also had the banner removed at narrow widths. But display:none was causing pother issues. Is there another way to do that?
 
Last edited:
Top Bottom