@qriouslad I found the fix thats works 100%
the max-width either 1146px or 1161px use witch ever value work best
@media (max-width: 1161px) {
.asenha-header {
height: 150px;
flex-direction: column;
}
}
@media (max-width: 782px) {
.wrap.asenha {
margin: 0;
}
.asenha-body,
.asenha-settings,
.asenha-footer {
width: 100%;
}
}
@media (max-width: 550px) {
.asenha-header {
height: auto;
flex-direction: column;
}
.asenha-header-right {
flex-direction: column;
}
}
-
This reply was modified 4 months ago by
DJABHipHop.
-
This reply was modified 4 months ago by
DJABHipHop.