Jump to content

Recommended Posts

Posted

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;

23b38d28fadb2997388adcee4e73f318.png

As you can see, it doesnt extend all the to each sides. And it needs to so it fits with the header image.

Thanks

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...