Input to display results by quantities

Hi, how can I put an input to display results by quantities?
And why do I get a pink stripe in my panel-footer?

I’m not sure what you mean “put an input to display results by quantities”. Please clarify.

As to your footer, one way would be

.panel-footer{
  font-family: 'Gloria Hallelujah', cursive;
  background: white;
  height: 100%;
}
1 Like