XF 2.0 Responsive header background

spk100

Member
Hi,
I added a background image to my header/logo row. However, on mobile, the background is not showing up. Is there anything i need to change?

191611
 
On small resolutions header is not shown. Instead it shows sticky navigation. You can set background for it in extra.less:
Code:
.p-navSticky { background: url("whatever.png") no-repeat center center / cover; }
 
Top Bottom