Help on theme creation

Greets!

I’m tryin to make my own theme, but i always got it broken like that:

How could i get my picture coverin all the tabs please?

Maybe you should detail the steps you took to build your theme so that others may help.

Thxs, but don’t remember the how did it go. I’m no more on firefox theme.

I’ve got a way to cover all the tabs with you desired image. Try adjusting the css for the header. Here’s a snippet that might help:

.header {
background-size: cover;
background-position: center;
width: 100%;
height: auto;
}

Make sure this css is applied to the header element of the theme.

Thxs to you. Cheers!