spk100 Member Dec 31, 2018 #1 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?
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?
Arty Well-known member Dec 31, 2018 #2 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; } Upvote 0 Downvote
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; }