In mobile version
Add This css In your Base.css File
@media screen and (max-width:767px){
.banner__content {
position: absolute !important;
bottom: 0;
}
}
In mobile version
Add This css In your Base.css File
@media screen and (max-width:767px){
.banner__content {
position: absolute !important;
bottom: 0;
}
}