• Resolved jknguyen1

    (@jknguyen1)


    Hi, I used this css code to trim the header image:
    .hero {
    max-height: 400px;
    }
    However, it always trims from the bottom of the image. I would like to shorten the height from the top. Any idea how to do?
    Thanks in advance!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Evan Herman

    (@eherman24)

    Hi @jknguyen1

    You can’t alter the height from the top. Changing the height shifts the container from the bottom.

    Evan

    Thread Starter jknguyen1

    (@jknguyen1)

    Thank you @eherman24 for the quick reply! In that case, can I move my Title, Text, and Button UP closer to the top of the image?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trim Hero Header Image From the Top’ is closed to new replies.