saguaros
I understand my questions you are tired and you respond "not looking". This is what I wrote in the template.css even before I asked that damn question here:
/ Header MASSHEAD Responsive /
@media (min-width: 320px) and (max-width: 479px){
.none-xs {
display: none;
}
.fixel-grid .items article .item-desc h2 {
font-size: 10px !important;
}
.article-header h1 {
font-size: 20px;
}
.search-xs {
margin: -4px 0 20px !important;
}
}
@media (min-width: 480px) and (max-width: 767px){
.none-sm {
display: none;
}
.article-header h1 {
font-size: 28px;
}
}
@media (min-width: 768px) and (max-width: 1023px){
.none-md {
display: none;
}
}
@media (min-width: 1024px) and (max-width: 1365px){
.none-lg {
display: none;
}
}
@media (min-width: 1366px) and (max-width: 2732px){
.none-gg {
display: none;
}
}
My goal is to keep what I wrote. I wish that Masshead started to work. More precisely, I want Maskhead to return to the state he was in before the failed experiments with my question here.