I would love my main header picture to adjust its size on smaller screens. I would like to achieve the same effect as in the other link below.
Thank you
Hey fabienneBESD,
Thank you for using Enfold.
Adjust the value of the previous css modifications on mobile view. Use css media queries.
@media only screen and (max-width: 767px) {
#header_main {
height: 200px;
}
}
CSS Media Query: https://www.w3schools.com/css/css3_mediaqueries_ex.asp
Best regards,
Ismael