Alert Heading

My alert in the header is so small that some of the folks are complaining that they didn’t see it. I know it used to be bigger. What have I done to it?

Mark


Little bump.

Mark

Have you changed your css file lately? I have this in mine, and this could fix your issue, but I’m not 100% on this cause I havent tried it.



.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
  color: red;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.watchBox {
  color: red;
  font-size: 12px;
  text-align: center;
  width: 650px;
  background-color: #FFE991;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}




What template file is in use? I see an added header that mine doesn’t display and thought maybe your not using the stock template.

The only difference I see in the css files is that you have an “width: 650px;” statement. I had my alert box set to show nothing until an alert is on. It used to be the size of yours when an alert was on.

.advisoryBox {
  color: black;
  font-size: 12px;
  text-align: center;
 
 background-color: #FFCC00;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}
.advisoryBoxnoactive {
  color: black;
  font-size: 12px;
  text-align: center;

  background-color: white;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

.watchBox {
  color: black;
  font-size: 12px;
  text-align: center;

  background-color: #FF9900;
  margin: 0 0 0 0;
  padding: .5em 0em .5em 0em;
  border: 1px dashed rgb(34,70,79);
}

Dan I am using a modified template. It is a combinations of several writers.