Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted May 21, 20214 yr So I'm trying to add a custom image to my navigation bar, but it doesn't extend to the side. How do i make it extend to each side all the way? i have this simple code for the header and navigation bar image; #ipsLayout_header > header { background: url({resource="header.png" app="core" location="admin"}); background-size: 100% 100%; } .ipsNavBar_primary { background: url({resource="menu bar.png" app="core" location="admin"}); background-size: 100% 100%; } and it looks like that; As you can see, it doesnt extend all the to each sides. And it needs to so it fits with the header image. Thanks