Hi!
Your suggestions works well! The mistake was mine, Thanks for your patience!
Probably, after the suggestion, the refresh with F5 of my Firefox didn't work, because also my CSS were not executed. So I refreshed several times and your commands worked.
I wanted to understand that I had applied your code that you shared, that is this:
@media (max-width: 992px) {
.t3-header {
background-color: transparent!important;
z-index: 3;
position: absolute;
top: 52px;
}
}
@media (max-width: 992px) {
.ja-topbar {
background-color: rgba(0, 0, 0, 0.4)!important;
position: absolute;
z-index: 2;
}
}
The first problem is solved, thank you very much!
I would like to ask for help for a second problem: when the screen width drops to 900px, the thumbnails of the acm-features-129 module become too huge and the pagination is absent. At other screen width the dimensions are ok, but the pagination is still absent. Please look at the attached picture, with the comparison with the demo version of the template.
How can I solve it?
Thanks