Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #948021

    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

    #949342

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.